Skip to content

Commit

Permalink
Fix #6 cache key normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwenyuan committed Feb 3, 2018
1 parent fe1820a commit dba072c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/types/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define CACHE_DEFAULT_DICT_SIZE 32
#define CACHE_DEFAULT_LOAD_FACTOR 0.75
#define CACHE_DEFAULT_GROWTH_FACTOR 2
#define CACHE_DEFAULT_KEY "method.scheme.host.path.query.body"
#define CACHE_DEFAULT_KEY "method.scheme.host.path.delimiter.query.body"
#define CACHE_DEFAULT_CODE "200"
#define CACHE_DEFAULT_KEY_SIZE 128
#define CACHE_DEFAULT_CHUNK_SIZE 32
Expand Down

0 comments on commit dba072c

Please sign in to comment.