chore: Adjusted rate-limits of thumbs, preview and jobs to avoid triggering them during normal usage

This commit is contained in:
2026-07-16 20:09:47 +02:00
parent cce310ee14
commit 3a195dbc15
+3 -3
View File
@@ -36,15 +36,15 @@
"WindowSeconds": 60
},
"MediaThumb": {
"PermitLimit": 200,
"PermitLimit": 1000,
"WindowSeconds": 60
},
"MediaPreview": {
"PermitLimit": 200,
"PermitLimit": 250,
"WindowSeconds": 60
},
"Jobs": {
"PermitLimit": 30,
"PermitLimit": 100,
"WindowSeconds": 10
}
}