Skip to content

Commit

Permalink
log write buffer set to 2^16 as per https://3.basecamp.com/3671212/bu…
Browse files Browse the repository at this point in the history
  • Loading branch information
decentjohn committed Mar 5, 2021
1 parent 14f31a7 commit 2a45204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de1plus/logging.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ namespace eval ::logging {
# Avoid reentrant call
after idle [list msg -INFO "fast log file: "]
} else {
fconfigure $::logging::_log_fh -buffersize 102400
fconfigure $::logging::_log_fh -buffersize 65536
}
}
}
Expand Down

0 comments on commit 2a45204

Please sign in to comment.