mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-22 22:46:21 +00:00
Serialize RotateSignedPreKeyJob.
This commit is contained in:
@@ -29,6 +29,7 @@ public class RotateSignedPreKeyJob extends BaseJob implements InjectableType {
|
||||
|
||||
public RotateSignedPreKeyJob() {
|
||||
this(new Job.Parameters.Builder()
|
||||
.setQueue("RotateSignedPreKeyJob")
|
||||
.addConstraint(NetworkConstraint.KEY)
|
||||
.setMaxAttempts(5)
|
||||
.build());
|
||||
|
||||
Reference in New Issue
Block a user