Skip to content

Commit

Permalink
file_cache_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jan 9, 2013
1 parent 82c4e89 commit 68a7f7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/bench.pl
Expand Up @@ -92,7 +92,10 @@ sub new_htc {
debug => $debug,
# note that you have to create the cachedir
# first, otherwise it will run without cache
cache_dir => ($FILE_CACHE ? "cache/htc" : undef),
# cache_dir => ($FILE_CACHE ? "cache/htc" : undef),
file_cache_dir => ($FILE_CACHE ? "cache/htc" : undef),
file_cache => ($FILE_CACHE ? 1 : undef),

cache => $MEM_CACHE,
out_fh => $STDOUT ? 1 : 0,
global_vars => $GLOBAL_VARS,
Expand Down

0 comments on commit 68a7f7f

Please sign in to comment.