aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/initializers/constants.ts2
-rw-r--r--server/tests/api/live/live.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts
index 01860b575..0e4ee4a0a 100644
--- a/server/initializers/constants.ts
+++ b/server/initializers/constants.ts
@@ -195,7 +195,7 @@ const SCHEDULER_INTERVALS_MS = {
195 autoFollowIndexInstances: 60000 * 60 * 24, // 1 day 195 autoFollowIndexInstances: 60000 * 60 * 24, // 1 day
196 removeOldViews: 60000 * 60 * 24, // 1 day 196 removeOldViews: 60000 * 60 * 24, // 1 day
197 removeOldHistory: 60000 * 60 * 24, // 1 day 197 removeOldHistory: 60000 * 60 * 24, // 1 day
198 updateInboxStats: 1000 * 60 * 5 // 5 minutes 198 updateInboxStats: 1000 * 60// 1 minute
199} 199}
200 200
201// --------------------------------------------------------------------------- 201// ---------------------------------------------------------------------------
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts
index f6b6d7677..ff822f84d 100644
--- a/server/tests/api/live/live.ts
+++ b/server/tests/api/live/live.ts
@@ -415,7 +415,7 @@ describe('Test live', function () {
415 }) 415 })
416 416
417 it('Should enable transcoding with some resolutions and correctly save them', async function () { 417 it('Should enable transcoding with some resolutions and correctly save them', async function () {
418 this.timeout(120000) 418 this.timeout(200000)
419 419
420 const resolutions = [ 240, 360, 720 ] 420 const resolutions = [ 240, 360, 720 ]
421 421