]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/constants.ts
Add reverse proxy test in travis
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
index 986fed09955cdb706b283d8d0f56ffee52c66ad8..5152095b3c198abaef3ac831d57acc753354cf97 100644 (file)
@@ -238,7 +238,7 @@ const CONSTRAINTS_FIELDS = {
 const RATES_LIMIT = {
   LOGIN: {
     WINDOW_MS: 5 * 60 * 1000, // 5 minutes
-    MAX: 10 // 10 attempts
+    MAX: 15 // 15 attempts
   }
 }