Fixed workdoc limit

This commit is contained in:
Mark Qvist
2026-05-08 17:27:56 +02:00
parent 55473f39cb
commit cc90ac2853
+1 -1
View File
@@ -1185,7 +1185,7 @@ class ReticulumGitNode():
IDX_REPOSITORY = 0x00
IDX_RESULT_CODE = 0x01
WORK_DOC_LIMIT = 256*1024*1024
WORK_DOC_LIMIT = 256*1024
def __init__(self, configdir=None, verbosity=None, print_identity=False):
self.identity = None