mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
latencyTimeSeries structure max field type fixed.
This commit is contained in:
parent
9d4d810861
commit
6f20482a86
@ -46,7 +46,7 @@ struct latencySample {
|
||||
/* The latency time series for a given event. */
|
||||
struct latencyTimeSeries {
|
||||
int idx; /* Index of the next sample to store. */
|
||||
mstime_t max; /* Max latency observed for this event. */
|
||||
uint32_t max; /* Max latency observed for this event. */
|
||||
struct latencySample samples[LATENCY_TS_LEN]; /* Latest history. */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user