Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
lower max cache. dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
geohacker committed Mar 4, 2016
1 parent c8d42a2 commit 82444ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carmen-cache",
"description": "C++ protobuf cache used by carmen",
"version": "0.11.0",
"version": "0.11.0-cache-experiments-v1",
"url": "http://github.com/mapbox/carmen-cache",
"author": "Mapbox (https://www.mapbox.com)",
"license": "BSD",
Expand Down
2 changes: 1 addition & 1 deletion src/binding.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Cache: public node::ObjectWrap {
dictcache dict_;
message_cache msg_;
message_list msglist_;
unsigned cachesize = 65536;
unsigned cachesize = 10000;
};

}
Expand Down

0 comments on commit 82444ba

Please sign in to comment.