File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030# maximum size of GPKG file able to upload in one push (in bytes)
3131MAX_UPLOAD_VERSIONED_SIZE = 5 * (1024 ** 3 )
3232
33+ # Maximum changes uploading to server
34+ MAX_UPLOAD_CHANGES = 100
35+
3336# default URL for submitting logs
3437MERGIN_DEFAULT_LOGS_URL = "https://g4pfq226j0.execute-api.eu-west-1.amazonaws.com/mergin_client_log_submit"
3538
Original file line number Diff line number Diff line change 33from typing import Optional , List , Tuple
44
55from .utils import is_versioned_file
6- from .common import MAX_UPLOAD_MEDIA_SIZE , MAX_UPLOAD_VERSIONED_SIZE
7-
8- # Maximum changes uploading to server
9- MAX_UPLOAD_CHANGES = 100
6+ from .common import MAX_UPLOAD_MEDIA_SIZE , MAX_UPLOAD_VERSIONED_SIZE , MAX_UPLOAD_CHANGES
107
118
129# The custom exception
You can’t perform that action at this time.
0 commit comments