Function forest_filecoin::daemon::maybe_increase_fd_limit

source ยท
fn maybe_increase_fd_limit() -> Result<()>
Expand description

Increase the file descriptor limit to a reasonable number. This prevents the node from failing if the default soft limit is too low. Note that the value is only increased, never decreased.