mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix #8895: Increase FD_SETSIZE to 3172 on lang/php72
This commit is contained in:
parent
7c15c19d76
commit
352d49787d
@ -22,7 +22,7 @@ CONFIGURE_ARGS= --without-openssl-header-check
|
||||
.endif
|
||||
|
||||
DEFAULT_VERSIONS= php=72 ssl=base
|
||||
PHP_FD_SETSIZE= 2048
|
||||
PHP_FD_SETSIZE= 3172
|
||||
|
||||
. if ${.CURDIR:N*sysutils/check_reload_status*}==""
|
||||
WITH_DEBUG= yes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user