aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server.ts')
-rw-r--r--server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.ts b/server.ts
index e46ff85c7..05fc39acb 100644
--- a/server.ts
+++ b/server.ts
@@ -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