tor: double MAX_OPEN_FILES yet again.
This commit is contained in:
parent
3d55e8f0de
commit
8cea62f715
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
ulimit -n ${MAX_OPEN_FILES:-8192}
|
||||
ulimit -n ${MAX_OPEN_FILES:-16384}
|
||||
exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tor'
|
||||
pkgname=tor
|
||||
version=0.4.5.6
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-zstd"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
Loading…
Reference in New Issue