Skip to content

Commit ed52fc8

Browse files
committed
lower log size to 5 mega
1 parent 69ce0d4 commit ed52fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
UPLOAD_CHUNK_SIZE = 10 * 1024 * 1024
88

99
# 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
10+
MAX_LOG_FILE_SIZE_TO_SEND = 5 * 1024 * 1024
1111

1212
# default URL for submitting logs
1313
MERGIN_DEFAULT_LOGS_URL = "https://g4pfq226j0.execute-api.eu-west-1.amazonaws.com/mergin_client_log_submit"

0 commit comments

Comments
 (0)