tor: fix Failing because we have 4063 connections already. Please read doc/TUNING for guidance.

This commit is contained in:
Frank Steinborn 2021-05-05 01:57:02 +02:00 committed by Érico Nogueira Rolim
parent c9688184e2
commit 46ea07a3f9
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
ulimit -n ${MAX_OPEN_FILES:-8192}
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=1
revision=2
build_style=gnu-configure
configure_args="--enable-zstd"
hostmakedepends="pkg-config"