Sync DNS2 production changes - removed obsolete test suite and refactored structure

This commit is contained in:
Krystie
2026-03-23 10:47:15 +01:00
parent 1ac50918ab
commit d76644d948
288 changed files with 8965 additions and 15731 deletions

View File

@@ -27,9 +27,9 @@ class StateManager {
retries: {
retries: options.lockRetries || 10,
minTimeout: options.lockRetryInterval || 100,
maxTimeout: (options.lockRetryInterval || 100) * 3,
maxTimeout: (options.lockRetryInterval || 100) * 3
},
stale: options.lockTimeout || 30000, // 30 seconds
stale: options.lockTimeout || 30000 // 30 seconds
};
// Ensure file exists