Increase number of published prekeys for release

Andreas Straub created

Change summary

src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java | 2 
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java 🔗

@@ -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;