Changeset 4540 for trunk/varnish-cache

Show
Ignore:
Timestamp:
08/02/10 21:52:09 (4 weeks ago)
Author:
phk
Message:

Make critbit the default hasher.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/bin/varnishd/varnishd.c

    r4526 r4540  
    530530        uintmax_t l_size; 
    531531        const char *q; 
    532         const char *h_arg = "classic"; 
     532        const char *h_arg = "critbit"; 
    533533        const char *M_arg = NULL; 
    534534        const char *n_arg = NULL;