We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c09a25 commit f07a773Copy full SHA for f07a773
options.go
@@ -13,11 +13,13 @@ type Options struct {
13
//
14
// Setting the value to 0 disables the automatic background synchronization.
15
// Setting the value to -1 makes the DB call Sync() after every write operation.
16
+ // Default: 0
17
BackgroundSyncInterval time.Duration
18
19
// BackgroundCompactionInterval sets the amount of time between background Compact() calls.
20
21
// Setting the value to 0 disables the automatic background compaction.
22
23
BackgroundCompactionInterval time.Duration
24
25
// FileSystem sets the file system implementation.
0 commit comments