mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +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 {
|
public interface InvitationConstants {
|
||||||
|
|
||||||
long CONNECTION_TIMEOUT = 30 * 1000; // Milliseconds
|
long CONNECTION_TIMEOUT = 60 * 1000; // Milliseconds
|
||||||
|
|
||||||
long CONFIRMATION_TIMEOUT = 60 * 1000; // Milliseconds
|
long CONFIRMATION_TIMEOUT = 60 * 1000; // Milliseconds
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user