Revert "set more def bucket count to get better perfs on huge modules (#462)"

This reverts commit d8ee9a3e4b.
This commit is contained in:
Basile Burg 2017-06-18 03:08:22 +02:00
parent d8ee9a3e4b
commit db46595870
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ else
immutable usingStdin = args.length == 1;
StringCache cache = StringCache(0xFFFF);
StringCache cache = StringCache(StringCache.defaultBucketCount);
if (defaultConfig)
{
string s = getConfigurationLocation();