mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-08 21:29:09 -07:00
global: adding semester + making coarser intervals computed instead of eager
This commit is contained in:
@@ -7,7 +7,7 @@ pub fn setrlimit() -> io::Result<()> {
|
||||
|
||||
rlimit::setrlimit(
|
||||
Resource::NOFILE,
|
||||
no_file_limit.0.max(210_000),
|
||||
no_file_limit.0.max(250_000),
|
||||
no_file_limit.1,
|
||||
)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user