Skip to content

Commit

Permalink
uploader: reduce max qlog/qcam size (commaai#30746)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Dec 15, 2023
1 parent 10ea451 commit 37351cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/loggerd/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
UPLOAD_ATTR_NAME = 'user.upload'
UPLOAD_ATTR_VALUE = b'1'

UPLOAD_QLOG_QCAM_MAX_SIZE = 100 * 1e6 # MB
UPLOAD_QLOG_QCAM_MAX_SIZE = 5 * 1e6 # MB

allow_sleep = bool(os.getenv("UPLOADER_SLEEP", "1"))
force_wifi = os.getenv("FORCEWIFI") is not None
Expand Down

0 comments on commit 37351cb

Please sign in to comment.