Reduce timeout in flrig.c -- timeouts causing problems with Log4OMV2

pull/649/head
Michael Black W9MDB 2021-03-28 14:35:20 -05:00
rodzic 89da1b9341
commit 0f0dad177b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -129,8 +129,8 @@ const struct rig_caps flrig_caps =
.port_type = RIG_PORT_NETWORK,
.write_delay = 0,
.post_write_delay = 0,
.timeout = 5000,
.retry = 5,
.timeout = 1000,
.retry = 2,
.has_get_func = RIG_FUNC_NONE,
.has_set_func = RIG_FUNC_NONE,