mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 20:25:51 +12:00
try fix crashing and increase stack limit to 50
This commit is contained in:
parent
6ce2c33a42
commit
76f3d7d731
2 changed files with 15 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue