diff --git a/aprsd/plugins/email.py b/aprsd/plugins/email.py index a8a297a..ffd9c32 100644 --- a/aprsd/plugins/email.py +++ b/aprsd/plugins/email.py @@ -575,7 +575,7 @@ class APRSDEmailThread(threads.APRSDThread): # slowly increase delay every iteration, max out at 300 seconds # any send/receive/resend activity will reset this to 60 seconds if EmailInfo().delay < 300: - EmailInfo().delay += 1 + EmailInfo().delay += 10 LOG.debug( f"check_email_delay is {EmailInfo().delay} seconds ", )