up max devices to 6

Closes #70
// FREEBIE
This commit is contained in:
Moxie Marlinspike 2017-01-29 19:39:58 -08:00
parent fc0ac45f21
commit 53a65ea810
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>websocket-resources</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>org.whispersystems</groupId>

View File

@ -62,7 +62,7 @@ public class DeviceController {
private final Logger logger = LoggerFactory.getLogger(DeviceController.class);
private static final int MAX_DEVICES = 4;
private static final int MAX_DEVICES = 6;
private final PendingDevicesManager pendingDevices;
private final AccountsManager accounts;