AmendHub

Download:

jcs

/

subtext

/

amendments

/

446

binkp: Increase backoff time when connection fails


jcs made amendment 446 about 1 year ago
--- binkp.c Wed Mar 15 22:05:37 2023 +++ binkp.c Sat Mar 25 21:47:37 2023 @@ -112,7 +112,7 @@ binkp_poll(void) binkp_connect(); if (!binkpc) { - binkp_next_poll = Time + 60; + binkp_next_poll = Time + (60 * 5); goto done; }