Commit d2850abb authored by Nils Goroll's avatar Nils Goroll

Remove a now obsolete piece of advise

Since we decoupled the client and backend side, restarts are completely
unrelated to backend requests.

Related to #2405
parent 12e1dcd1
......@@ -786,9 +786,7 @@ PARAM(
/* units */ "restarts",
/* flags */ 0,
/* s-text */
"Upper limit on how many times a request can restart.\n"
"Be aware that restarts are likely to cause a hit against the "
"backend, so don't increase thoughtlessly.",
"Upper limit on how many times a request can restart.",
/* l-text */ "",
/* func */ NULL
)
......
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