Merge pull request #1053 from molecula/increase-rbf-wal-write-cache

This commit is contained in:
Ben Johnson 2020-11-03 07:37:05 -07:00 committed by GitHub
commit c47b49a06e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ func NewDefaultConfig() *Config {
MaxSize: DefaultMaxSize,
FsyncEnabled: true,
CheckpointEveryDur: 10 * time.Second,
MaxWALSegmentFileSize: 1 << 16,
MaxWALSegmentFileSize: 1 << 20,
}
}