[master] 23569a2 Grace and keep are fixed values

Federico G. Schwindt fgsch at lodoss.net
Sat Feb 17 12:13:06 UTC 2018


commit 23569a2323fe6f5ade759f8621f698e6f24c2c9d
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sat Feb 17 12:00:17 2018 +0000

    Grace and keep are fixed values

diff --git a/doc/sphinx/reference/vcl_var.rst b/doc/sphinx/reference/vcl_var.rst
index 314fc19..8aa8983 100644
--- a/doc/sphinx/reference/vcl_var.rst
+++ b/doc/sphinx/reference/vcl_var.rst
@@ -924,7 +924,7 @@ obj.grace
 
 	Readable from: vcl_hit, vcl_deliver
 
-	The object's remaining grace period in seconds.
+	The object's grace period in seconds.
 	
 
 obj.keep
@@ -933,7 +933,7 @@ obj.keep
 
 	Readable from: vcl_hit, vcl_deliver
 
-	The object's remaining keep period in seconds.
+	The object's keep period in seconds.
 	
 
 obj.uncacheable


More information about the varnish-commit mailing list