Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-server-core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-server-core
Commits
3536156b
Commit
3536156b
authored
5 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Plain Diff
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
!10
increased timeouts
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/dap_events.c
+1
-1
1 addition, 1 deletion
src/dap_events.c
src/dap_server.c
+1
-1
1 addition, 1 deletion
src/dap_server.c
with
2 additions
and
2 deletions
src/dap_events.c
+
1
−
1
View file @
3536156b
...
@@ -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
=
600
0
;
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
;
...
...
This diff is collapsed.
Click to expand it.
src/dap_server.c
+
1
−
1
View file @
3536156b
...
@@ -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 30
0
#define SOCKETS_TIMEOUT_CHECK_PERIOD 15
#define SOCKETS_TIMEOUT_CHECK_PERIOD 15
static
uint32_t
_count_threads
=
0
;
static
uint32_t
_count_threads
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment