diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-16 14:52:24 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | e0ce715a1ded6e84c877004dae3e354c8716fb06 (patch) | |
tree | c2a48af098e27fea2c2c6bb47b2daa68103c1a0e /server.ts | |
parent | 89c344dba4ae2fca39cf636c3c6f09f31a339493 (diff) | |
download | PeerTube-e0ce715a1ded6e84c877004dae3e354c8716fb06.tar.gz PeerTube-e0ce715a1ded6e84c877004dae3e354c8716fb06.tar.zst PeerTube-e0ce715a1ded6e84c877004dae3e354c8716fb06.zip |
Check latest plugins version
Diffstat (limited to 'server.ts')
-rw-r--r-- | server.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -113,6 +113,7 @@ import { RemoveOldHistoryScheduler } from './server/lib/schedulers/remove-old-hi | |||
113 | import { isHTTPSignatureDigestValid } from './server/helpers/peertube-crypto' | 113 | import { isHTTPSignatureDigestValid } from './server/helpers/peertube-crypto' |
114 | import { PeerTubeSocket } from './server/lib/peertube-socket' | 114 | import { PeerTubeSocket } from './server/lib/peertube-socket' |
115 | import { updateStreamingPlaylistsInfohashesIfNeeded } from './server/lib/hls' | 115 | import { updateStreamingPlaylistsInfohashesIfNeeded } from './server/lib/hls' |
116 | import { PluginsCheckScheduler } from './server/lib/schedulers/plugins-check-scheduler' | ||
116 | 117 | ||
117 | // ----------- Command line ----------- | 118 | // ----------- Command line ----------- |
118 | 119 | ||
@@ -250,6 +251,7 @@ async function startApplication () { | |||
250 | VideosRedundancyScheduler.Instance.enable() | 251 | VideosRedundancyScheduler.Instance.enable() |
251 | RemoveOldHistoryScheduler.Instance.enable() | 252 | RemoveOldHistoryScheduler.Instance.enable() |
252 | RemoveOldViewsScheduler.Instance.enable() | 253 | RemoveOldViewsScheduler.Instance.enable() |
254 | PluginsCheckScheduler.Instance.enable() | ||
253 | 255 | ||
254 | // Redis initialization | 256 | // Redis initialization |
255 | Redis.Instance.init() | 257 | Redis.Instance.init() |