Skip to content
Snippets Groups Projects
Commit 38b4d0bf authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Changed timeout

parent 1267dc73
No related branches found
No related tags found
No related merge requests found
Pipeline #7148 passed with stage
in 10 seconds
...@@ -89,7 +89,7 @@ static bool s_timer_timeout_after_connected_check(void * a_arg); ...@@ -89,7 +89,7 @@ static bool s_timer_timeout_after_connected_check(void * a_arg);
static bool s_debug_more=false; static bool s_debug_more=false;
static uint64_t s_client_timeout_ms=10000; static uint64_t s_client_timeout_ms=20000;
static time_t s_client_timeout_read_after_connect_ms=5000; static time_t s_client_timeout_read_after_connect_ms=5000;
static uint32_t s_max_attempts = 5; static uint32_t s_max_attempts = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment