On Oct 24, 2012, at 9:08 AM, Greg Sabino Mullane <[email protected]> wrote:
>> * Retry immediately with no sleep >> * If that fails, sleep for 1s and retry again >> * Keep repeating every 1s >> * Die after 10 or 50 or something. > > No, I like the user-specified sleep. I know that on some busy systems, trying > every second is not optimal. As Jon says, I don't think we should stop either. Yeah, that makes sense. I think I would still retry immediately the first time, though, and then use the user-specified sleep after that. I bet that the vast majority of the time an immediate retry would work. Best, David _______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
