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:
Bobby Wibowo 2019-06-04 02:43:54 +07:00
parent 5c41fc9249
commit d185265c0d
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -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'
],