chore: Adjusted rate-limits of thumbs, preview and jobs to avoid triggering them during normal usage
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user