mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-21 23:58:51 -05:00
fix comments in latency.c
This commit is contained in:
parent
bd28dbee0e
commit
a5f5091041
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ deps/lua/src/liblua.a
|
||||
*.dSYM
|
||||
Makefile.dep
|
||||
.vscode/*
|
||||
.idea/*
|
||||
|
@ -85,7 +85,7 @@ int THPGetAnonHugePagesSize(void) {
|
||||
/* ---------------------------- Latency API --------------------------------- */
|
||||
|
||||
/* Latency monitor initialization. We just need to create the dictionary
|
||||
* of time series, each time serie is craeted on demand in order to avoid
|
||||
* of time series, each time serie is created on demand in order to avoid
|
||||
* having a fixed list to maintain. */
|
||||
void latencyMonitorInit(void) {
|
||||
server.latency_events = dictCreate(&latencyTimeSeriesDictType,NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user