summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-03-06 00:13:24 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-03-06 00:13:24 +0100
commit6c15f78cac4a0b94907352c4184d6d7d5ca87164 (patch)
treea0b68103a60b67ab21b9159c394c5b47ac4d5e58 /CHANGES
parent31e4fcaa45fb5dca6018a1ef70b71bdfbbac4965 (diff)
downloadsmokeping-6c15f78cac4a0b94907352c4184d6d7d5ca87164.tar.gz
smokeping-6c15f78cac4a0b94907352c4184d6d7d5ca87164.tar.xz
longer timeout for slaves and separate cache files per slave for improved scaling -- Phillip Moore
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d2c27b..d0ed715 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* use separate slave cache and longer slave timeout. this
+ helps with slave congestion -- Phillip Moore pdm yahoo-inc.com
+
* add an optional --pid-dir option to specify the pid directory
when running as a slave. --niko
* slaves were not polling targets where nomasterpoll was set --tobi