Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
cc9697b1
Commit
cc9697b1
authored
Dec 12, 2002
by
Kurt Zeilenga
Browse files
Extend thread stack to 4MB
parent
c8a1de74
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ldap_pvt_thread.h
View file @
cc9697b1
...
...
@@ -43,7 +43,7 @@ ldap_pvt_thread_set_concurrency LDAP_P(( int ));
#ifndef LDAP_PVT_THREAD_STACK_SIZE
/* LARGE stack */
#define LDAP_PVT_THREAD_STACK_SIZE (
2
*1024*1024)
#define LDAP_PVT_THREAD_STACK_SIZE (
4
*1024*1024)
#endif
LDAP_F
(
int
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment