Commit d0012bd9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Retire the backend_toolate counter.

With backend waiters it makes no sense to bring it back.

Fixes: #1726
parent 8c0af333
......@@ -130,10 +130,6 @@ VSC_F(backend_reuse, uint64_t, 0, 'c', 'i', info,
"Count of backend connection reuses"
" This counter is increased whenever we reuse a recycled connection."
)
VSC_F(backend_toolate, uint64_t, 0, 'c', 'i', info,
"Backend conn. was closed",
""
)
VSC_F(backend_recycle, uint64_t, 0, 'c', 'i', info,
"Backend conn. recycles",
"Count of backend connection recycles"
......
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