Bump up device limit to 4

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2016-06-23 11:56:18 -07:00
parent 48888be408
commit 52d1a103aa
1 changed files with 1 additions and 1 deletions

View File

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