In message <[email protected]>, Artur Bergman 
writes:
>If someone does 
>
>set obj.ttl = 0s;
>set obj.grace = 0s;
>set obj.conditional_timeout = 60s;
>
>what will happen?

The object will not be served any more, but for the next 60 seconds
it is a candidate for IMS, after 60 seconds, it will be removed.

It is enough to say:
        set obj.ttl = 0s;
        set obj.conditional_timeout = 60s;

obj.grace (and obj.conditional_timeout) are automatically zeroed
when you zero obj.ttl

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

_______________________________________________
varnish-dev mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to