• antirez's avatar
    INFO loading stats: three fixes. · 22a0fe8d
    antirez authored
    1. Server unxtime may remain not updated while loading AOF, so ETA is
    not updated correctly.
    
    2. Number of processed byte was not initialized.
    
    3. Possible division by zero condition (likely cause of issue #1932).
    22a0fe8d
rdb.c 54.9 KB