diff options
author | Christian Hesse <mail@eworm.de> | 2015-12-12 12:09:52 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-12-12 12:09:52 +0100 |
commit | d7e41016af9ba005390469cabd8e5cda1360b90e (patch) | |
tree | 663682de2fbfa698e1a938600570db03a97391b2 /pacredir.conf | |
parent | e7afd8bab7e52a1dd53b900fd93fbd97092278d8 (diff) | |
download | pacredir-d7e41016af9ba005390469cabd8e5cda1360b90e.tar.gz pacredir-d7e41016af9ba005390469cabd8e5cda1360b90e.tar.zst |
allow to limit the number of query threads
Diffstat (limited to 'pacredir.conf')
-rw-r--r-- | pacredir.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pacredir.conf b/pacredir.conf index e68393e..75f8514 100644 --- a/pacredir.conf +++ b/pacredir.conf @@ -3,6 +3,13 @@ # We need a default section and call it 'general', so do not change this line. [general] +# By default pacredir does requests to all services it knows about +# simultaneously. Use this to limit the number of threads, the special value +# 0 means unlimited. +# Be aware that pacredir will not find files on servers it does not check! +max threads = 0 +#max threads = 32 + # Some people like to run avahi on network interfaces with low bandwidth or # high cost, for example to use 'Bonjour' (Link-Local Messaging) on it. # Add these interfaces here to ignore them by pacredir. Just give multiple |