We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48e897 commit 72df4e0Copy full SHA for 72df4e0
creator-node/src/services/sync/primarySyncFromSecondary.js
@@ -18,7 +18,7 @@ const {
18
} = require('../stateMachineManager/stateMachineConstants')
19
20
const DEFAULT_LOG_CONTEXT = {}
21
-const DB_QUERY_LIMIT = config.get('devMode') ? 5 : 10000
+const DB_QUERY_LIMIT = config.get('devMode') ? 5 : 1000
22
const {
23
LOCAL_DB_ENTRIES_SET_KEY_PREFIX,
24
FETCHED_ENTRIES_SET_KEY_PREFIX,
0 commit comments