We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ce0d4 commit ed52fc8Copy full SHA for ed52fc8
mergin/common.py
@@ -7,7 +7,7 @@
7
UPLOAD_CHUNK_SIZE = 10 * 1024 * 1024
8
9
# size of the log file part to send (if file is larger only this size from end will be sent)
10
-MAX_LOG_FILE_SIZE_TO_SEND = 8 * 1024 * 1024
+MAX_LOG_FILE_SIZE_TO_SEND = 5 * 1024 * 1024
11
12
# default URL for submitting logs
13
MERGIN_DEFAULT_LOGS_URL = "https://g4pfq226j0.execute-api.eu-west-1.amazonaws.com/mergin_client_log_submit"
0 commit comments