mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 14:38:33 +00:00
Serialize RotateSignedPreKeyJob.
This commit is contained in:
parent
1a32bc8232
commit
7f85b61e89
@ -29,6 +29,7 @@ public class RotateSignedPreKeyJob extends BaseJob implements InjectableType {
|
|||||||
|
|
||||||
public RotateSignedPreKeyJob() {
|
public RotateSignedPreKeyJob() {
|
||||||
this(new Job.Parameters.Builder()
|
this(new Job.Parameters.Builder()
|
||||||
|
.setQueue("RotateSignedPreKeyJob")
|
||||||
.addConstraint(NetworkConstraint.KEY)
|
.addConstraint(NetworkConstraint.KEY)
|
||||||
.setMaxAttempts(5)
|
.setMaxAttempts(5)
|
||||||
.build());
|
.build());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user