Skip to content

Commit

Permalink
use file buffering by default to improve performance (#3005)
Browse files Browse the repository at this point in the history
* use file buffering by default to improve performance

* le change
  • Loading branch information
aviramha authored Jan 6, 2025
1 parent 1a23d56 commit eac208c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/3004.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use file buffering by default to improve performance
2 changes: 1 addition & 1 deletion mirrord/config/src/experimental.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub struct ExperimentalConfig {
/// Setting to 0 disables file buffering.
///
/// <https://github.com/metalbear-co/mirrord/issues/2069>
#[config(default = 0)]
#[config(default = 128000)]
pub readonly_file_buffer: u64,
}

Expand Down

0 comments on commit eac208c

Please sign in to comment.