mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge branch 'master' into columnfamilies
This commit is contained in:
@@ -1363,7 +1363,7 @@ class PosixEnv : public Env {
|
||||
EnvOptions OptimizeForLogWrite(const EnvOptions& env_options) const {
|
||||
EnvOptions optimized = env_options;
|
||||
optimized.use_mmap_writes = false;
|
||||
optimized.fallocate_with_keep_size = true;
|
||||
optimized.fallocate_with_keep_size = false;
|
||||
return optimized;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user