Skip to content

Commit

Permalink
Remove note comment. from fs.rs.
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Carl Jones <[email protected]>
Signed-off-by: Andy Peace <[email protected]>
  • Loading branch information
adpeace and dannycjones authored Nov 18, 2024
1 parent c41c84f commit 0808c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3/src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ where
.unwrap_or_else(|_| panic!("unable to set FUSE congestion_threshold to {}", congestion_threshold));
tracing::warn!(
"Successfully overridden FUSE congestion_threshold configuration to {} (was {}) from unstable environment variable.",
congestion_threshold, // Note: fixed a bug here, was using max_background
congestion_threshold,
old
);
}
Expand Down

0 comments on commit 0808c23

Please sign in to comment.