From d7e41016af9ba005390469cabd8e5cda1360b90e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 12 Dec 2015 12:09:52 +0100 Subject: allow to limit the number of query threads --- pacredir.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pacredir.conf') 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 -- cgit v1.2.3-54-g00ecf