mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated config.sample.js
I blame vscode for weird paste behavior when I copied-pasted this from my config.js.
This commit is contained in:
parent
5c41fc9249
commit
d185265c0d
@ -112,7 +112,7 @@ module.exports = {
|
||||
*/
|
||||
rateLimits: [
|
||||
{
|
||||
// 2 requests in 5 seconds
|
||||
// 2 requests in 5 seconds
|
||||
routes: [
|
||||
'/api/login/',
|
||||
'/api/register'
|
||||
@ -123,7 +123,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
{
|
||||
// 2 requests in 30 seconds
|
||||
// 2 requests in 30 seconds
|
||||
routes: [
|
||||
'/api/album/zip'
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user