Skip to content
Snippets Groups Projects
Unverified Commit 12384f31 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

update config

parent b22f813b
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,14 @@ config["DELETE_FILES"] = True
config["TIME"] = 604800
config["CLEAN_INTERVAL"] = 300
# If set to true, the TIME setting above doesn't matter.
## MINDAYS is the minimum lifetime of the file. (The smaller the file, the closer to MAXDAYS it is.)
## Default, seemingly sane defaults are really small files expire after a ~year, thicc files delete after ~5 days.
config["USE_0x0_DELETION"] = False
config["MAX_FILESIZE"] = 512 * 1024 * 1024
config["MINDAYS"] = 5
config["MAXDAYS"] = 365
# Site info displayed to the user
config["SITE_DATA"] = {
"title": "QuadFile",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment