Hans-Christoph Steiner 906a26414a rate limit InstallApp install/delete notifications to 1000ms
InstallAppProviderService now processes install and delete events one at a
time, where InstalledAppCacheUpdater made a batch of changes which it ran
all at once.  This means that InstallAppProviderService will send out a
flood of notifications when first initializing, since it will index every
single installed app and send a notification for each one.  This makes the
GUI lock up. This commit puts a rate limit on those notifications if they
start coming fast.  They are limited to one per second.
2016-06-02 08:36:31 +02:00
..
2016-05-30 22:08:19 +01:00