Commit 5d9c8942 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Correct parameter name

parent fea75b75
......@@ -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."
)
/*---------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment