Add batch mutation drain gate

This commit is contained in:
Sucukdeluxe
2026-08-13 21:06:00 +02:00
parent 4b7011131d
commit 07c81c0123
3 changed files with 155 additions and 0 deletions
+2
View File
@@ -20,6 +20,7 @@ const sourceFiles = [
'lib/account-auth.js',
'lib/account-rotation.js',
'lib/backup-crypto.js',
'lib/batch-mutation-gate.js',
'lib/clouddrop-upload.js',
'lib/coalesced-set.js',
'lib/config-store.js',
@@ -97,6 +98,7 @@ const sourceFiles = [
'tests/account-status.test.js',
'tests/auto-resume.test.js',
'tests/backup-crypto.test.js',
'tests/batch-mutation-gate.test.js',
'tests/byse-reject-recovery.test.js',
'tests/coalesced-set.test.js',
'tests/config-store.test.js',