diff options
Diffstat (limited to 'server.ts')
-rw-r--r-- | server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ function onDatabaseInitDone () { | |||
164 | .then(() => { | 164 | .then(() => { |
165 | // ----------- Make the server listening ----------- | 165 | // ----------- Make the server listening ----------- |
166 | server.listen(port, () => { | 166 | server.listen(port, () => { |
167 | VideosPreviewCache.Instance.init(CONFIG.CACHE.PREVIEWS.FILE_SIZE) | 167 | VideosPreviewCache.Instance.init(CONFIG.CACHE.PREVIEWS.SIZE) |
168 | activitypubHttpJobScheduler.activate() | 168 | activitypubHttpJobScheduler.activate() |
169 | transcodingJobScheduler.activate() | 169 | transcodingJobScheduler.activate() |
170 | 170 | ||