mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Invitation timeout is too short for some devices.
This commit is contained in:
@@ -3,7 +3,7 @@ package org.briarproject.api.invitation;
|
||||
|
||||
public interface InvitationConstants {
|
||||
|
||||
long CONNECTION_TIMEOUT = 30 * 1000; // Milliseconds
|
||||
long CONNECTION_TIMEOUT = 60 * 1000; // Milliseconds
|
||||
|
||||
long CONFIRMATION_TIMEOUT = 60 * 1000; // Milliseconds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user