commit | e95cdaf09784e0b19b024f21aefb58aa89327d15 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Mar 15 23:13:26 2020 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Mar 22 00:16:41 2020 -0700 |
tree | ff6aac84c5611e758c515e7bc186619a2d58b63f | |
parent | ce3a191c3a62d5a6597ad29bdf94d16aafa75ef7 [diff] |
Shrink max size on pi2 for /camera The stripped message was way to big and not the same as the other pi's. Make it match. Change-Id: I3ccc839ccef77974e19839db4a786e429b6d99e8
diff --git a/y2020/y2020_pi2.json b/y2020/y2020_pi2.json index 19b6586..82a2bc9 100644 --- a/y2020/y2020_pi2.json +++ b/y2020/y2020_pi2.json
@@ -60,7 +60,7 @@ "logger": "LOCAL_AND_REMOTE_LOGGER", "logger_node": "roborio", "frequency": 25, - "max_size": 300000, + "max_size": 10000, "destination_nodes": [ { "name": "roborio",