YouTubeLoader / bot /core /settings.py
understanding's picture
Create settings.py
760b1a7 verified
raw
history blame
161 Bytes
# 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"