Skip to content

Commit

Permalink
use /dev/null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Nov 4, 2024
1 parent 1fb8350 commit 7804ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/2889.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use /dev/null by default
2 changes: 1 addition & 1 deletion mirrord/config/src/experimental.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub struct ExperimentalConfig {
/// ### _experimental_ use_dev_null {#experimental-use_dev_null}
///
/// Uses /dev/null for creating local fake files (should be better than using /tmp)
#[config(default = false)]
#[config(default = true)]
pub use_dev_null: bool,
}

Expand Down

0 comments on commit 7804ed5

Please sign in to comment.