try fix crashing and increase stack limit to 50

This commit is contained in:
SilicaAndPina 2021-02-05 15:37:32 +13:00
parent 6ce2c33a42
commit 76f3d7d731
2 changed files with 15 additions and 3 deletions

View file

@ -26,7 +26,7 @@ namespace HISP.Server
public static bool DoCorrections;
public static bool DoNonViolations;
public const int MAX_STACK = 40;
public const int MAX_STACK = 50;
private static string ConfigurationFileName = "server.properties";
public static void OpenConfig()