• Oran Agra's avatar
    strip % sign from current_fork_perc info field (#8628) · 7778f1b4
    Oran Agra authored
    `master_sync_perc` and `loading_loaded_perc` don't have that sign,
    and i think the info field should be a raw floating point number (the name suggests its units).
    
    we already have `used_memory_peak_perc` and `used_memory_dataset_perc` which do add the `%` sign, but:
    1) i think it was a mistake but maybe too late to fix now, and maybe not too late to fix for `current_fork_perc`
    2) it is more important to be consistent with the two other "progress" "prec" metrics, and not with the "utilization" metric.
    7778f1b4
server.c 229 KB