Spaces:
Runtime error
Runtime error
File size: 161 Bytes
760b1a7 |
1 2 3 4 5 6 |
# PATH: bot/core/settings.py
ROTATE_AFTER = 30 # your rule
YOUTUBE_CHUNK_SIZE = 8 * 1024 * 1024
HTTP_TIMEOUT_SEC = 60
MAX_RETRIES = 2
TMP_DIR = "/tmp" |