We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc7e80 commit 0a56ee9Copy full SHA for 0a56ee9
creator-node/src/config.js
@@ -488,7 +488,7 @@ const config = convict({
488
doc: 'number of recover-orphaned-data jobs that can run in each interval (0 to pause queue)',
489
format: 'nat',
490
env: 'recoverOrphanedDataQueueRateLimitJobsPerInterval',
491
- default: 0
+ default: 1
492
},
493
debounceTime: {
494
doc: 'sync debounce time in ms',
0 commit comments