Skip to content

Commit

Permalink
Lower default min hit count
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjustus committed Feb 10, 2014
1 parent 4cbb8e5 commit 34e3f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/luchador/storage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Storage.new(datastore, options)
page_key_filter = options.page_key_filter,
local_entity_size = (options.local_entity_size or 65536),
min_gzip_size = (options.min_gzip_size or 20),
min_hits_for_local = (options.min_hits_for_local or 100)}
min_hits_for_local = (options.min_hits_for_local or 50)}
setmetatable(storage, mt)
return storage
end
Expand Down

0 comments on commit 34e3f52

Please sign in to comment.