mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 15:21:02 +00:00
Merge pull request #1053 from molecula/increase-rbf-wal-write-cache
This commit is contained in:
commit
c47b49a06e
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ func NewDefaultConfig() *Config {
|
|||
MaxSize: DefaultMaxSize,
|
||||
FsyncEnabled: true,
|
||||
CheckpointEveryDur: 10 * time.Second,
|
||||
MaxWALSegmentFileSize: 1 << 16,
|
||||
MaxWALSegmentFileSize: 1 << 20,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue