From: Chocobozzz Date: Sun, 5 Jun 2016 10:43:15 +0000 (+0200) Subject: Increase the interval for the friends requests X-Git-Tag: v0.0.1-alpha~864 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=8483b2216454afdb88f6aa53cad5eecd8c394bc0;p=github%2FChocobozzz%2FPeerTube.git Increase the interval for the friends requests --- diff --git a/server/initializers/constants.js b/server/initializers/constants.js index c190ab506..63ac863c1 100644 --- a/server/initializers/constants.js +++ b/server/initializers/constants.js @@ -6,8 +6,8 @@ const API_VERSION = 'v1' // Score a pod has when we create it as a friend let FRIEND_BASE_SCORE = 100 -// Time to wait between requests to the friends -let INTERVAL = 60000 +// Time to wait between requests to the friends (10 min) +let INTERVAL = 600000 // Max length of the author username const MAXIMUM_AUTHOR_LENGTH = 20