Revert "set more def bucket count to get better perfs on huge modules (#462)"
This reverts commit d8ee9a3e4b
.
This commit is contained in:
parent
d8ee9a3e4b
commit
db46595870
|
@ -169,7 +169,7 @@ else
|
|||
|
||||
immutable usingStdin = args.length == 1;
|
||||
|
||||
StringCache cache = StringCache(0xFFFF);
|
||||
StringCache cache = StringCache(StringCache.defaultBucketCount);
|
||||
if (defaultConfig)
|
||||
{
|
||||
string s = getConfigurationLocation();
|
||||
|
|
Loading…
Reference in New Issue