Commit b1053562 authored by Nils Goroll's avatar Nils Goroll Committed by Lasse Karstensen

document some more object variables

parent d68e8966
......@@ -581,19 +581,21 @@ sp_variables = [
'DURATION',
( 'hit', ),
( ), """
The object's grace period in seconds.
The object's remaining grace period in seconds.
"""
),
('obj.keep',
'DURATION',
( 'hit', ),
( ), """
The object's remaining keep period in seconds.
"""
),
('obj.uncacheable',
'BOOL',
( 'hit', ),
( ), """
Whether the object is uncacheable (aka hit-for-pass)
"""
),
('resp',
......
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