Regularly analyze database tables to improve index usage.

This commit is contained in:
Greyson Parrelli
2024-04-09 16:55:25 -04:00
committed by GitHub
parent 713298109a
commit 982f602178
6 changed files with 169 additions and 0 deletions

View File

@@ -1288,6 +1288,12 @@
</intent-filter>
</receiver>
<receiver android:name=".service.AnalyzeDatabaseAlarmListener" android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver android:name="org.thoughtcrime.securesms.jobs.ForegroundServiceUtil$Receiver" android:exported="false" />
<receiver android:name=".service.PersistentConnectionBootListener" android:exported="false">