diff options
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' |