Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
5d9c8942
Commit
5d9c8942
authored
Jun 08, 2016
by
Federico G. Schwindt
Committed by
Lasse Karstensen
Jun 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct parameter name
parent
fea75b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vsc_f_main.h
include/tbl/vsc_f_main.h
+3
-3
No files found.
include/tbl/vsc_f_main.h
View file @
5d9c8942
...
...
@@ -239,7 +239,7 @@ VSC_F(thread_queue_len, uint64_t, 0, 'g', 'i', info,
"Length of session queue"
,
"Length of session queue waiting for threads."
" NB: Only updates once per second."
" See also parameter
queue_max
."
" See also parameter
thread_queue_limit
."
)
VSC_F
(
busy_sleep
,
uint64_t
,
1
,
'c'
,
'i'
,
info
,
...
...
@@ -263,13 +263,13 @@ VSC_F(busy_killed, uint64_t, 1, 'c', 'i', info,
VSC_F
(
sess_queued
,
uint64_t
,
0
,
'c'
,
'i'
,
info
,
"Sessions queued for thread"
,
"Number of times session was queued waiting for a thread."
" See also parameter
queue_max
."
" See also parameter
thread_queue_limit
."
)
VSC_F
(
sess_dropped
,
uint64_t
,
0
,
'c'
,
'i'
,
info
,
"Sessions dropped for thread"
,
"Number of times session was dropped because the queue were too"
" long already. See also parameter
queue_max
."
" long already. See also parameter
thread_queue_limit
."
)
/*---------------------------------------------------------------------*/
...
...
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