summary refs log tree commit diff
path: root/tests/test_event_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-26Increase the max delay between retry attemptsErik Johnston1-1/+1
Otherwise if you have many workers they can easily take out master with their connection attempts
2019-02-26Fix tightloop over connecting to replication serverErik Johnston3-5/+42
If the client failed to process incoming commands during the initial set up of the replication connection it would immediately disconnect and reconnect, resulting in a tightloop. This can