Increase number of published prekeys for release
This commit is contained in:
parent
53ce5d223e
commit
7437d0fe0c
|
@ -49,7 +49,7 @@ public class AxolotlService {
|
||||||
|
|
||||||
public static final String LOGPREFIX = "AxolotlService";
|
public static final String LOGPREFIX = "AxolotlService";
|
||||||
|
|
||||||
public static final int NUM_KEYS_TO_PUBLISH = 10;
|
public static final int NUM_KEYS_TO_PUBLISH = 100;
|
||||||
|
|
||||||
private final Account account;
|
private final Account account;
|
||||||
private final XmppConnectionService mXmppConnectionService;
|
private final XmppConnectionService mXmppConnectionService;
|
||||||
|
|
Loading…
Reference in New Issue