tor: double MAX_OPEN_FILES yet again.

This commit is contained in:
Frank Steinborn 2021-05-08 16:26:41 +02:00 committed by Érico Nogueira Rolim
parent 3d55e8f0de
commit 8cea62f715
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
[ -r conf ] && . ./conf [ -r conf ] && . ./conf
ulimit -n ${MAX_OPEN_FILES:-8192} ulimit -n ${MAX_OPEN_FILES:-16384}
exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1 exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1

View file

@ -1,7 +1,7 @@
# Template file for 'tor' # Template file for 'tor'
pkgname=tor pkgname=tor
version=0.4.5.6 version=0.4.5.6
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-zstd" configure_args="--enable-zstd"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"