understanding commited on
Commit
760b1a7
·
verified ·
1 Parent(s): 46e9343

Create settings.py

Browse files
Files changed (1) hide show
  1. bot/core/settings.py +6 -0
bot/core/settings.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # PATH: bot/core/settings.py
2
+ ROTATE_AFTER = 30 # your rule
3
+ YOUTUBE_CHUNK_SIZE = 8 * 1024 * 1024
4
+ HTTP_TIMEOUT_SEC = 60
5
+ MAX_RETRIES = 2
6
+ TMP_DIR = "/tmp"