• Poul-Henning Kamp's avatar
    Add a new paramter "purge_hash" which defaults to "off". · 8ed16972
    Poul-Henning Kamp authored
    Only save the hash-string in the session workspace and objects when
    this paramter is set to "on".
    
    For sites with many small objects, this will save significant VM.
    
    When this paramter is set to "off", the "purge.hash" facility will
    not work, but this should not be a problem, because the new purging
    facility allow much more expressive purging, the typical case
    being:
    
    	purge req.http.host ~ www.foo.com && req.url ~ "article2383"
    
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3526 d4fa192b-c00b-0410-8231-f00ffab90ce4
    8ed16972
c00007.vtc 632 Bytes