Skip to content

Commit

Permalink
bplus: increase lru cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Feb 8, 2012
1 parent 4c27e53 commit 4651646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bplus.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int bp_close(bp_db_t* tree) {
int bp__init(bp_db_t* tree) {
int ret;

tree->page_cache = bp__cache_create(4,
tree->page_cache = bp__cache_create(8,
tree,
bp__page_clone_,
bp__page_destroy_);
Expand Down

0 comments on commit 4651646

Please sign in to comment.