⚙️ Changed default config

This commit is contained in:
TheColorman 2023-06-21 16:39:34 +02:00
parent 159a06a59d
commit cc4b51b241
No known key found for this signature in database
GPG key ID: A9C799E05AC900AF
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ audio_bitrate=32k
# Catbox.moe upload settings
# Whether uploads should go to litterbox instead of catbox.
# catbox files are stored permanently, while litterbox is temporary
litterbox=no
litterbox=yes
# If using litterbox, time until video expires
# Available values: 1h, 12h, 24h, 72h
litterbox_expire=72h

View file

@ -72,7 +72,7 @@ local config = {
font_size = 24,
clean_filename = true,
-- Whether to upload to catbox (permanent) or litterbox (temporary)
litterbox = false,
litterbox = true,
-- Determines expire time of files uploaded to litterbox
litterbox_expire = '72h', -- 1h, 12h, 24h, 72h
}