diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-01-23 14:02:03 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-01-23 14:02:03 +0000 |
commit | 979c71632d2392edc96a1a91040179b6f8636ec9 (patch) | |
tree | 9c3513723e4d8732c7cd2635bf8aa3031ed27067 /debian/tor.default | |
parent | 1756ebdd4ef3e38fc12ff3d404ea9ba8ccb234b5 (diff) | |
download | tor-979c71632d2392edc96a1a91040179b6f8636ec9.tar.gz tor-979c71632d2392edc96a1a91040179b6f8636ec9.zip |
* Create /var/run/tor on init script start if it does not exist already.
* Set default ulimit -n to 8k instead of 4k in /etc/default/tor.
svn:r5852
Diffstat (limited to 'debian/tor.default')
-rw-r--r-- | debian/tor.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tor.default b/debian/tor.default index 289f054f0f..237e5bc520 100644 --- a/debian/tor.default +++ b/debian/tor.default @@ -12,7 +12,7 @@ RUN_DAEMON="yes" # if they are very busy and have many clients connected to them. # (ulimit -n) # -MAX_FILEDESCRIPTORS=4096 +MAX_FILEDESCRIPTORS=8192 # # If tor is seriously hogging your CPU, taking away too much cycles from |