mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
feat: decrease default discovery timeout
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/// 1.0 | 1.0.0 - 1.8.0
|
||||
/// 1.0, 2.0 | 1.9.0 - 1.14.0
|
||||
/// 1.0, 2.1 | 1.15.0
|
||||
const protocolVersion = '2.0';
|
||||
const protocolVersion = '2.1';
|
||||
|
||||
/// Assumed protocol version of peers for first handshake.
|
||||
/// Generally this should be slightly lower than the current protocol version.
|
||||
@@ -23,7 +23,7 @@ const defaultPort = 53317;
|
||||
/// The default discovery timeout in milliseconds.
|
||||
/// This is the time the discovery server waits for responses.
|
||||
/// If no response is received within this time, the target server is unavailable.
|
||||
const defaultDiscoveryTimeout = 2000;
|
||||
const defaultDiscoveryTimeout = 500;
|
||||
|
||||
/// The default multicast group should be 224.0.0.0/24
|
||||
/// because on some Android devices this is the only IP range
|
||||
|
||||
Reference in New Issue
Block a user