Fix 48b6b18
: Increase MAX_VALUATE_OPS to match the previous limit
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "script_object.hpp"
|
||||
|
||||
/** Maximum number of operations allowed for valuating a list. */
|
||||
static const int MAX_VALUATE_OPS = 500000;
|
||||
static const int MAX_VALUATE_OPS = 1000000;
|
||||
|
||||
class ScriptListSorter;
|
||||
|
||||
|
Reference in New Issue
Block a user