[master] d130e22 Specify that time is in seconds

Federico G. Schwindt fgsch at lodoss.net
Thu Oct 12 06:49:10 UTC 2017


commit d130e22aa3608318f30c2cf8c9ddf93a4094b5bb
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Oct 12 07:46:30 2017 +0100

    Specify that time is in seconds
    
    Addresses #2456 in a different way.

diff --git a/doc/sphinx/reference/varnishncsa.rst b/doc/sphinx/reference/varnishncsa.rst
index 07a8b79..9c959d3 100644
--- a/doc/sphinx/reference/varnishncsa.rst
+++ b/doc/sphinx/reference/varnishncsa.rst
@@ -151,9 +151,10 @@ Supported formatters are:
   Extended variables.  Supported variables are:
 
   Varnish:time_firstbyte
-    Time from when the request processing starts until the first byte
-    is sent to the client.  For backend mode: Time from the request was
-    sent to the backend to the entire header had been received.
+    Time from when the request processing starts until the first
+    byte is sent to the client, in seconds.  For backend mode: Time
+    from the request was sent to the backend to the entire header
+    had been received.
 
   Varnish:hitmiss
     One of the 'hit' or 'miss' strings, depending on whether the request


More information about the varnish-commit mailing list