Increase number of published prekeys for release

This commit is contained in:
Andreas Straub 2015-08-07 12:28:45 +02:00
parent 53ce5d223e
commit 7437d0fe0c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class 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 XmppConnectionService mXmppConnectionService;