Increase the interval for the friends requests

pull/10/head
Chocobozzz 2016-06-05 12:43:15 +02:00
parent 3ad109e449
commit 8483b22164
1 changed files with 2 additions and 2 deletions

View File

@ -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