From: Miroslav Lichvar Date: Wed, 24 Sep 2014 15:56:08 +0000 (+0200) Subject: cmdmon: allocate reply slots in smaller quantums X-Git-Tag: 2.0-pre1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eca83ff2249956d7daddf9c7e044a6a77be6bdc;p=thirdparty%2Fchrony.git cmdmon: allocate reply slots in smaller quantums --- diff --git a/cmdmon.c b/cmdmon.c index a58bb6dd..020aa26d 100644 --- 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)