Simon Lyall <[EMAIL PROTECTED]> writes:
> sub vcl_timeout {
> if ( obj.lastuse < 60s) {
> fetch;
> } else {
> discard;
> }
> }This is not expected to work. Prefetching is only available in trunk. DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
