diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-21 13:43:29 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:52 +0100 |
commit | 0f91ae62df8a37194fea84ce1efa9e733d9c1fd8 (patch) | |
tree | 1cb0fccadebb629d02632dc8e21fae7ba521c464 /server/initializers/constants.ts | |
parent | 81de19482b89342c3dbc098a9f512ef7f1056e45 (diff) | |
download | PeerTube-0f91ae62df8a37194fea84ce1efa9e733d9c1fd8.tar.gz PeerTube-0f91ae62df8a37194fea84ce1efa9e733d9c1fd8.tar.zst PeerTube-0f91ae62df8a37194fea84ce1efa9e733d9c1fd8.zip |
Add follow tests
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index c46043931..7c0640cc0 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -323,7 +323,7 @@ const OPENGRAPH_AND_OEMBED_COMMENT = '<!-- open graph and oembed tags -->' | |||
323 | if (isTestInstance() === true) { | 323 | if (isTestInstance() === true) { |
324 | CONSTRAINTS_FIELDS.VIDEOS.DURATION.max = 14 | 324 | CONSTRAINTS_FIELDS.VIDEOS.DURATION.max = 14 |
325 | FRIEND_SCORE.BASE = 20 | 325 | FRIEND_SCORE.BASE = 20 |
326 | JOBS_FETCHING_INTERVAL = 2000 | 326 | JOBS_FETCHING_INTERVAL = 1000 |
327 | REMOTE_SCHEME.HTTP = 'http' | 327 | REMOTE_SCHEME.HTTP = 'http' |
328 | REMOTE_SCHEME.WS = 'ws' | 328 | REMOTE_SCHEME.WS = 'ws' |
329 | STATIC_MAX_AGE = '0' | 329 | STATIC_MAX_AGE = '0' |