Browse Source

Changed Interval to 90 Seconds

beta
Mike 2 years ago
committed by GitHub
parent
commit
59d76d9575
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sms.py

+ 1
- 1
sms.py View File

@ -31,7 +31,7 @@ user_last_message_id = {}
received_acks = {}
RETRY_INTERVAL = 60 # Adjust this as needed
RETRY_INTERVAL = 90 # Adjust this as needed
MAX_RETRIES = 3 # Adjust this as needed


Loading…
Cancel
Save