Schedule cache garbage collector
This commit is contained in:
parent
d05b57521e
commit
4021996e90
@ -36,6 +36,7 @@
|
|||||||
#endif
|
#endif
|
||||||
[self createTemporaryPath];
|
[self createTemporaryPath];
|
||||||
self.videoCache = [[SPTPersistentCache alloc] initWithOptions:options];
|
self.videoCache = [[SPTPersistentCache alloc] initWithOptions:options];
|
||||||
|
[self.videoCache scheduleGarbageCollection];
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user