Start banned_size much smaller

This commit is contained in:
Sally Coolatta 2022-06-06 17:14:07 -04:00
parent 6391afd148
commit f2244e8046

View file

@ -1430,7 +1430,7 @@ static void AddBannedIndex(void)
{
if (banned_size == 0)
{
banned_size = 128;
banned_size = 8;
}
else
{