Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
46810456
Commit
46810456
authored
Dec 14, 2011
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On Unix, correct default threadpool_idle_timeout to be 60 sec
parent
c4394949
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/sys_vars.cc
sql/sys_vars.cc
+1
-1
No files found.
sql/sys_vars.cc
View file @
46810456
...
...
@@ -2213,7 +2213,7 @@ static Sys_var_uint Sys_threadpool_idle_thread_timeout(
"Timeout in seconds for an idle thread in the thread pool."
"Worker thread will be shut down after timeout"
,
GLOBAL_VAR
(
threadpool_idle_timeout
),
CMD_LINE
(
REQUIRED_ARG
),
VALID_RANGE
(
1
,
UINT_MAX
/
100
),
DEFAULT
(
6000
0
),
BLOCK_SIZE
(
1
)
VALID_RANGE
(
1
,
UINT_MAX
),
DEFAULT
(
6
0
),
BLOCK_SIZE
(
1
)
);
static
Sys_var_uint
Sys_threadpool_size
(
"thread_pool_size"
,
...
...
Write
Preview
Markdown
is supported
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