Skip to content

Commit

Permalink
Set log size to 1MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevanhees committed Oct 24, 2024
1 parent 589c544 commit bb68c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mod buffer;
mod filelogger;
pub use buffer::Logs;

const MAX_LOG_FILE_SIZE: u64 = 3 * 1024; // * 1024; // 1 MiB
const MAX_LOG_FILE_SIZE: u64 = 1024 * 1024; // 1 MiB

pub struct Process {
cmd: String,
Expand Down

0 comments on commit bb68c9d

Please sign in to comment.