Skip to content

Commit 58fef34

Browse files
committed
feat: bump the compaction daemon check_interval to one hour
1 parent 0761b6a commit 58fef34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rel/overlay/etc/default.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ ssl_certificate_max_depth = 3
448448
[compaction_daemon]
449449
; The delay, in seconds, between each check for which database and view indexes
450450
; need to be compacted.
451-
check_interval = 300
451+
check_interval = 3600
452452
; If a database or view index file is smaller then this value (in bytes),
453453
; compaction will not happen. Very small files always have a very high
454454
; fragmentation therefore it's not worth to compact them.

0 commit comments

Comments
 (0)