Skip to content

Commit

Permalink
increase cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinw committed Dec 20, 2023
1 parent 92911d3 commit bd8e1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/libc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class RegexCache {
std::vector<CacheEntry*> access_list_;
};

static RegexCache gRegexCache(100);
static RegexCache gRegexCache(500);

BigStr* gethostname() {
// Note: Fixed issue #1656 - OS X and FreeBSD don't have HOST_NAME_MAX
Expand Down

0 comments on commit bd8e1de

Please sign in to comment.