We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fef34 commit e5bf9d4Copy full SHA for e5bf9d4
1 file changed
rel/overlay/etc/default.ini
@@ -453,6 +453,12 @@ check_interval = 3600
453
; compaction will not happen. Very small files always have a very high
454
; fragmentation therefore it's not worth to compact them.
455
min_file_size = 131072
456
+; With lots of databases and/or with lots of design docs in one or more
457
+; databases, the compaction_daemon can create significant CPU load when
458
+; checking whether databases and view indexes need compacting. The
459
+; snooze_period setting ensures a smoother CPU load. Defaults to
460
+; 3 seconds wait.
461
+; snooze_period = 3
462
463
[compactions]
464
; List of compaction rules for the compaction daemon.
0 commit comments