mirror of
https://github.com/traccar/traccar.git
synced 2026-05-19 14:18:23 -04:00
Set default connection timeout
This commit is contained in:
@@ -359,7 +359,8 @@ public final class Keys {
|
||||
*/
|
||||
public static final ConfigKey<Integer> SERVER_TIMEOUT = new IntegerConfigKey(
|
||||
"server.timeout",
|
||||
List.of(KeyType.CONFIG));
|
||||
List.of(KeyType.CONFIG),
|
||||
1800);
|
||||
|
||||
/**
|
||||
* Send device responses immediately before writing it in the database.
|
||||
|
||||
Reference in New Issue
Block a user