mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-17 08:48:51 +00:00
feature/freebsd-support-one: restore line
This commit is contained in:
@ -71,6 +71,7 @@ static void setRLimits() {
|
||||
LI << "setrlimit NOFILES limit to " << curr.rlim_cur;
|
||||
#else
|
||||
if (cfg().relay__nofiles > curr.rlim_max) throw herr("Unable to set NOFILES limit to ", cfg().relay__nofiles, ", exceeds max of ", curr.rlim_max);
|
||||
|
||||
curr.rlim_cur = cfg().relay__nofiles;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user