diff --git a/aprsd/main.py b/aprsd/main.py index 75653da..24b10fa 100644 --- a/aprsd/main.py +++ b/aprsd/main.py @@ -362,8 +362,8 @@ def resend_email(count, fromcall): def check_email_thread(): global check_email_delay - LOG.debug("FIXME initial email delay is 10 seconds") - check_email_delay = 10 + #LOG.debug("FIXME initial email delay is 10 seconds") + check_email_delay = 60 while True: # LOG.debug("Top of check_email_thread.")