projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad109e
)
Increase the interval for the friends requests
author
Chocobozzz
<florian.bigard@gmail.com>
Sun, 5 Jun 2016 10:43:15 +0000
(12:43 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Sun, 5 Jun 2016 10:43:15 +0000
(12:43 +0200)
server/initializers/constants.js
patch
|
blob
|
history
diff --git
a/server/initializers/constants.js
b/server/initializers/constants.js
index c190ab5062568be13e990bb04fe32fda479712fd..63ac863c148ba887099aeeb36c77854f3062a708 100644
(file)
--- 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 = 60000
0
// Max length of the author username
const MAXIMUM_AUTHOR_LENGTH = 20