Skip to content

Commit 0a56ee9

Browse files
committed
Enable recoverOrphanedDataQueue (heavily throttled)
1 parent 3dc7e80 commit 0a56ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

creator-node/src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ const config = convict({
488488
doc: 'number of recover-orphaned-data jobs that can run in each interval (0 to pause queue)',
489489
format: 'nat',
490490
env: 'recoverOrphanedDataQueueRateLimitJobsPerInterval',
491-
default: 0
491+
default: 1
492492
},
493493
debounceTime: {
494494
doc: 'sync debounce time in ms',

0 commit comments

Comments
 (0)