Schedule cache garbage collector

This commit is contained in:
Laurin Quast 2018-03-04 23:57:08 +01:00
parent d05b57521e
commit 4021996e90

View File

@ -36,6 +36,7 @@
#endif
[self createTemporaryPath];
self.videoCache = [[SPTPersistentCache alloc] initWithOptions:options];
[self.videoCache scheduleGarbageCollection];
}
return self;
}