Start banned_size much smaller

This commit is contained in:
Sally Coolatta 2022-06-06 17:14:07 -04:00 committed by toaster
parent 35b82b6dd9
commit e9ae1e3944

View file

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