Fix pruning bug in web app (closes #186), release notes, remove local storage migration
This commit is contained in:
parent
d4fe2052c7
commit
182e21a9c3
5 changed files with 12 additions and 29 deletions
|
@ -1,7 +1,7 @@
|
|||
import prefs from "./Prefs";
|
||||
import subscriptionManager from "./SubscriptionManager";
|
||||
|
||||
const delayMillis = 15000; // 15 seconds
|
||||
const delayMillis = 25000; // 25 seconds
|
||||
const intervalMillis = 1800000; // 30 minutes
|
||||
|
||||
class Pruner {
|
||||
|
@ -35,6 +35,4 @@ class Pruner {
|
|||
}
|
||||
|
||||
const pruner = new Pruner();
|
||||
pruner.startWorker();
|
||||
|
||||
export default pruner;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue