Increase limits for breeze
This commit is contained in:
parent
f86c2c337a
commit
28d557cabf
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue