[master] d2850ab Remove a now obsolete piece of advise

Nils Goroll nils.goroll at uplex.de
Mon Oct 2 13:41:07 UTC 2017


commit d2850abbc87a6a69ebd3201179d02b57ee575995
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Oct 2 14:27:02 2017 +0200

    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

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 2a2bbf3..6560666 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -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
 )


More information about the varnish-commit mailing list