]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/constants.ts
Cleanup reset user password by admin
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
index 98f8f8694cf9a4c6d055633f556f3e00f318afd5..e5c4c4e639866349294711ffafac289091bf2254 100644 (file)
@@ -711,6 +711,8 @@ if (isTestInstance() === true) {
   CACHE.VIDEO_CAPTIONS.MAX_AGE = 3000
   MEMOIZE_TTL.OVERVIEWS_SAMPLE = 1
   ROUTE_CACHE_LIFETIME.OVERVIEWS.VIDEOS = '0ms'
+
+  RATES_LIMIT.LOGIN.MAX = 20
 }
 
 updateWebserverUrls()