mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
createLatencyReport(): compile before commit avoids commits.
This commit is contained in:
parent
924dc9731f
commit
fda2b30346
@ -199,7 +199,7 @@ sds createLatencyReport(void) {
|
||||
int advise_local_disk = 0; /* Avoid remote disks. */
|
||||
int advise_ssd = 0; /* Use an SSD drive. */
|
||||
int advise_write_load_info = 0; /* Print info about AOF and write load. */
|
||||
int advise_hz = 0 /* Use higher HZ. */
|
||||
int advise_hz = 0; /* Use higher HZ. */
|
||||
int advise_large_objects = 0; /* Deletion of large objects. */
|
||||
int advise_relax_fsync_policy = 0; /* appendfsync always is slow. */
|
||||
int advices = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user