clientlog: fix counting of command drops
This commit is contained in:
parent
d3096c3b5e
commit
d4074c7993
1 changed files with 2 additions and 0 deletions
|
@ -508,6 +508,8 @@ CLG_LimitCommandResponseRate(int index)
|
||||||
if (!limit_response_random(cmd_leak_rate))
|
if (!limit_response_random(cmd_leak_rate))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
record->cmd_drops++;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue