]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
cmdmon: allocate reply slots in smaller quantums
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 24 Sep 2014 15:56:08 +0000 (17:56 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 25 Sep 2014 08:58:57 +0000 (10:58 +0200)
cmdmon.c

index a58bb6dd71c39735803fde5675b6df7b55d2dccd..020aa26d26ec77e7eb13806a92a8679a39678e4c 100644 (file)
--- a/cmdmon.c
+++ b/cmdmon.c
@@ -553,7 +553,7 @@ ts_is_unique_and_not_stale(struct timeval *ts, struct timeval *now)
 
 /* ================================================== */
 
-#define REPLY_EXTEND_QUANTUM 32
+#define REPLY_EXTEND_QUANTUM 8
 
 static void
 get_more_replies(void)