• antirez's avatar
    INFO loading stats: three fixes. · 840435ad
    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).
    840435ad
rdb.c 54.9 KB