Increase value of MAX_SL_OPS constant
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#include "script_config.hpp"
|
#include "script_config.hpp"
|
||||||
|
|
||||||
/** The maximum number of operations for saving or loading the data of a script. */
|
/** The maximum number of operations for saving or loading the data of a script. */
|
||||||
static const int MAX_SL_OPS = 100000;
|
static const int MAX_SL_OPS = 2000000;
|
||||||
/** The maximum number of operations for initial start of a script. */
|
/** The maximum number of operations for initial start of a script. */
|
||||||
static const int MAX_CONSTRUCTOR_OPS = 100000;
|
static const int MAX_CONSTRUCTOR_OPS = 100000;
|
||||||
/** Number of operations to create an instance of a script. */
|
/** Number of operations to create an instance of a script. */
|
||||||
|
Reference in New Issue
Block a user