From d185265c0ddfa4c5b4c2fe99ea3ffe8f9eaf9a69 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Tue, 4 Jun 2019 02:43:54 +0700 Subject: [PATCH] Updated config.sample.js I blame vscode for weird paste behavior when I copied-pasted this from my config.js. --- config.sample.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sample.js b/config.sample.js index 5f68451..061f962 100644 --- a/config.sample.js +++ b/config.sample.js @@ -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' ],