mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user