mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Set silent group updates to low job priority.
This commit is contained in:
@@ -98,6 +98,7 @@ public final class PushGroupSilentUpdateSendJob extends BaseJob {
|
||||
.setQueue(queue)
|
||||
.setLifespan(TimeUnit.DAYS.toMillis(1))
|
||||
.setMaxAttempts(Parameters.UNLIMITED)
|
||||
.setPriority(Parameters.PRIORITY_LOW)
|
||||
.build());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user