mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 11:48:35 +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() {
|
||||
this(new Job.Parameters.Builder()
|
||||
.setQueue("RotateSignedPreKeyJob")
|
||||
.addConstraint(NetworkConstraint.KEY)
|
||||
.setMaxAttempts(5)
|
||||
.build());
|
||||
|
Loading…
x
Reference in New Issue
Block a user