Unify background pollers and reduce polling interval

We were getting rate limited
This commit is contained in:
nielsandriesse
2020-06-09 11:39:08 +10:00
parent eded767e56
commit 07737262ca
4 changed files with 20 additions and 58 deletions

View File

@@ -673,11 +673,6 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver android:name="org.thoughtcrime.securesms.loki.api.BackgroundOpenGroupPollWorker">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<!-- Session -->
<service
android:name="org.thoughtcrime.securesms.jobmanager.JobSchedulerScheduler$SystemService"