Skip to content
Snippets Groups Projects
Commit 2e32426a authored by Recolic's avatar Recolic :house_with_garden:
Browse files

adjust limit

parent a981dc2d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ TELEGRAM_API_HASH = '67e72cc9e2b603e08d05446ad5ef8e6'
TELEGRAM_PHONE = '+12223334444' # Phone number in International Format. Example: '+8617719890604'
WHITELIST_CHATS = ['-692222222', '-100195111111111']
MSG_DOWNLOAD_LIMIT = 1000 # Set to '0' for dry-run, set to a huge number for first-run.
MSG_DOWNLOAD_LIMIT = 10000 # Set to '0' for dry-run, set to a huge number for first-run.
MSG_ALIVE_TIME = 24*60*60 # 1 day
##################### Configuration End ########################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment