Commit 4a81bc62 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove obsolete comment about obj.hits

parent bba23ef1
......@@ -113,12 +113,6 @@ sub vcl_miss {
}
sub vcl_deliver {
/*
* These two write to the stored object causing extra page faults
* Enable them only if you need them.
*
* set obj.hits = obj.hits + 1;
*/
return (deliver);
}
......
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