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
[ -r conf ] && . ./conf
ulimit -n ${MAX_OPEN_FILES:-8192}
ulimit -n ${MAX_OPEN_FILES:-16384}
exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1

View File

@ -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"