Update breeze (v0.3.3)
This commit is contained in:
parent
bf81c73eca
commit
f8c8c1b8b6
|
|
@ -9,11 +9,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1764916461,
|
||||
"narHash": "sha256-DPCh+/tXkNF4bIDL117APMjPuNSFdxayXL5fWbqNIPs=",
|
||||
"lastModified": 1778568789,
|
||||
"narHash": "sha256-QyqWm2DL1UilvzsiM7e3iUBZFFj/RW05ANAnuXwuzXw=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "cd1b845695ef39f7c4e3bfeb221dd28d99f74d24",
|
||||
"revCount": 77,
|
||||
"rev": "2848aca5ea6082fbaae16ffa413577c118a16713",
|
||||
"revCount": 83,
|
||||
"type": "git",
|
||||
"url": "https://git.min.rip/min/breeze.git"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,14 +40,14 @@ in {
|
|||
max_upload_len = 3221225471;
|
||||
max_temp_lifetime = 43200;
|
||||
max_strip_len = 67108863;
|
||||
};
|
||||
|
||||
disk.save_path = "/srv/uploads";
|
||||
cache = {
|
||||
max_length = 805306637;
|
||||
upload_lifetime = 10800;
|
||||
scan_freq = 60;
|
||||
mem_capacity = 4294967296;
|
||||
};
|
||||
disk.save_path = "/srv/uploads";
|
||||
cache = {
|
||||
max_length = 805306637;
|
||||
upload_lifetime = 10800;
|
||||
scan_freq = 60;
|
||||
mem_capacity = 4294967296;
|
||||
};
|
||||
|
||||
http.listen_on = "127.0.0.1:${toString httpIntPort}";
|
||||
|
|
|
|||
Loading…
Reference in New Issue