We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45648e4 commit fc89483Copy full SHA for fc89483
mergin/client_push.py
@@ -133,10 +133,6 @@ def push_project_async(mc, directory):
133
total_size = 0
134
# prepare file chunks for upload
135
for file in upload_files:
136
- # do checkpoint to push changes from wal file to gpkg if there is no diff
137
- if "diff" not in file and mp.is_versioned_file(file["path"]):
138
- do_sqlite_checkpoint(mp.fpath(file["path"]), mp.log)
139
- file["checksum"] = generate_checksum(mp.fpath(file["path"]))
140
file['location'] = mp.fpath_meta(file['diff']['path']) if 'diff' in file else mp.fpath(file['path'])
141
142
for chunk_index, chunk_id in enumerate(file["chunks"]):
0 commit comments