Increase limits for breeze

This commit is contained in:
minish 2026-02-12 19:42:30 -05:00
parent f86c2c337a
commit 28d557cabf
Signed by: min
SSH Key Fingerprint: SHA256:mf+pUTmK92Y57BuCjlkBdd82LqztTfDCQIUp0fCKABc
1 changed files with 4 additions and 4 deletions

View File

@ -37,14 +37,14 @@ in {
engine = { engine = {
base_url = "https://${dom}"; base_url = "https://${dom}";
motd = "minish's image host, currently hosting %uplcount% files"; motd = "minish's image host, currently hosting %uplcount% files";
max_upload_len = 2147483648; max_upload_len = 3221225471;
max_temp_lifetime = 43200; max_temp_lifetime = 43200;
max_strip_len = 16777216; max_strip_len = 67108863;
disk.save_path = "/srv/uploads"; disk.save_path = "/srv/uploads";
cache = { cache = {
max_length = 268435456; max_length = 805306637;
upload_lifetime = 1800; upload_lifetime = 10800;
scan_freq = 60; scan_freq = 60;
mem_capacity = 4294967296; mem_capacity = 4294967296;
}; };