]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server.ts
Send account activitypub update events
[github/Chocobozzz/PeerTube.git] / server.ts
index e46ff85c7c214200a3b03b8d2de884151284ee49..05fc39acbb5a808cfeccf5e4384ce440ee912884 100644 (file)
--- a/server.ts
+++ b/server.ts
@@ -164,7 +164,7 @@ function onDatabaseInitDone () {
     .then(() => {
       // ----------- Make the server listening -----------
       server.listen(port, () => {
-        VideosPreviewCache.Instance.init(CONFIG.CACHE.PREVIEWS.FILE_SIZE)
+        VideosPreviewCache.Instance.init(CONFIG.CACHE.PREVIEWS.SIZE)
         activitypubHttpJobScheduler.activate()
         transcodingJobScheduler.activate()