From 1a7634b148b50a5ec3e5b7ffc529b78b4e75021e Mon Sep 17 00:00:00 2001
From: Jan Soukal <soukal@ics.muni.cz>
Date: Wed, 22 Aug 2012 16:14:44 +0200
Subject: [PATCH] upravna hodnota  na 6000. Klient spotrebuje zhruba 250 MB
 pameti pri prijeti jedne davky.

---
 src/warden-client/etc/warden-client.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/warden-client/etc/warden-client.conf b/src/warden-client/etc/warden-client.conf
index 250782c..1f38514 100644
--- a/src/warden-client/etc/warden-client.conf
+++ b/src/warden-client/etc/warden-client.conf
@@ -26,5 +26,5 @@ $SSL_CA_FILE = "/etc/ssl/certs/tcs-ca-bundle.pem";
 # MAX_RCV_EVENTS_LIMIT - maximum number of events the client is allowd to get
 #                        from the Warden server in one batch
 #-------------------------------------------------------------------------------
-$MAX_RCV_EVENTS_LIMIT = 10000;
+$MAX_RCV_EVENTS_LIMIT = 6000; #consumes app. 250 MB of memory
 
-- 
GitLab