• antirez's avatar
    Fix replication slave pings period. · a67d67b5
    antirez authored
    For PINGs we use the period configured by the user, but for the newlines
    of slaves waiting for an RDB to be created (including slaves waiting for
    the FULLRESYNC reply) we need to ping with frequency of 1 second, since
    the timeout is fixed and needs to be refreshed.
    a67d67b5
replication.c 79.6 KB