Removed VACUUM on update

This commit is contained in:
M66B
2020-06-28 11:23:24 +02:00
parent 73864b23bd
commit cbd972b702
2 changed files with 1 additions and 22 deletions

View File

@@ -33,7 +33,6 @@ public class ReceiverAutoStart extends BroadcastReceiver {
ServiceSynchronize.boot(context);
ServiceSend.boot(context);
ServiceUI.boot(context);
WorkerCleanup.queueOnce(context);
}
}
}