Increase the interval for the friends requests
This commit is contained in:
parent
3ad109e449
commit
8483b22164
|
@ -6,8 +6,8 @@ const API_VERSION = 'v1'
|
||||||
// Score a pod has when we create it as a friend
|
// Score a pod has when we create it as a friend
|
||||||
let FRIEND_BASE_SCORE = 100
|
let FRIEND_BASE_SCORE = 100
|
||||||
|
|
||||||
// Time to wait between requests to the friends
|
// Time to wait between requests to the friends (10 min)
|
||||||
let INTERVAL = 60000
|
let INTERVAL = 600000
|
||||||
|
|
||||||
// Max length of the author username
|
// Max length of the author username
|
||||||
const MAXIMUM_AUTHOR_LENGTH = 20
|
const MAXIMUM_AUTHOR_LENGTH = 20
|
||||||
|
|
Loading…
Reference in New Issue