Skip to content
Snippets Groups Projects
Commit 3536156b authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'feature-2792' into 'master'

increased timeouts

See merge request !10
parents 039a4eb8 bbc73117
No related branches found
No related tags found
1 merge request!10increased timeouts
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
//dap_events_socket_info_t **s_dap_events_sockets; //dap_events_socket_info_t **s_dap_events_sockets;
static uint32_t s_threads_count = 1; static uint32_t s_threads_count = 1;
static size_t s_connection_timeout = 600; static size_t s_connection_timeout = 6000;
static struct epoll_event *g_epoll_events = NULL; static struct epoll_event *g_epoll_events = NULL;
dap_worker_t *s_workers = NULL; dap_worker_t *s_workers = NULL;
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
#define DAP_MAX_THREAD_EVENTS 8192 #define DAP_MAX_THREAD_EVENTS 8192
#define DAP_MAX_THREADS 16 #define DAP_MAX_THREADS 16
#define SOCKET_TIMEOUT_TIME 30 #define SOCKET_TIMEOUT_TIME 300
#define SOCKETS_TIMEOUT_CHECK_PERIOD 15 #define SOCKETS_TIMEOUT_CHECK_PERIOD 15
static uint32_t _count_threads = 0; static uint32_t _count_threads = 0;
......
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