cmdmon: allocate reply slots in smaller quantums
This commit is contained in:
parent
2575fa8f83
commit
1eca83ff22
1 changed files with 1 additions and 1 deletions
2
cmdmon.c
2
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
|
static void
|
||||||
get_more_replies(void)
|
get_more_replies(void)
|
||||||
|
|
Loading…
Reference in a new issue