Set default connection timeout

This commit is contained in:
Anton Tananaev
2026-05-15 06:46:08 -07:00
parent 950e787885
commit 07ebdccdd1

View File

@@ -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.