aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/webtorrent/peertube-chunk-store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/assets/player/webtorrent/peertube-chunk-store.ts')
-rw-r--r--client/src/assets/player/webtorrent/peertube-chunk-store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/webtorrent/peertube-chunk-store.ts b/client/src/assets/player/webtorrent/peertube-chunk-store.ts
index 93ca8e1d8..81378c277 100644
--- a/client/src/assets/player/webtorrent/peertube-chunk-store.ts
+++ b/client/src/assets/player/webtorrent/peertube-chunk-store.ts
@@ -184,7 +184,7 @@ export class PeertubeChunkStore extends EventEmitter {
184 private runCleaner () { 184 private runCleaner () {
185 this.checkExpiration() 185 this.checkExpiration()
186 186
187 this.cleanerInterval = setInterval(async () => { 187 this.cleanerInterval = setInterval(() => {
188 this.checkExpiration() 188 this.checkExpiration()
189 }, PeertubeChunkStore.CLEANER_INTERVAL_MS) 189 }, PeertubeChunkStore.CLEANER_INTERVAL_MS)
190 } 190 }