⚙️ Changed default config
This commit is contained in:
parent
159a06a59d
commit
cc4b51b241
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue