Change: Limit total script ops that can be consumed by a list valuate
(cherry picked from commit 1d0b40b2b2f2998d96221b18ae65a4d1524c61a7)
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
#include "../../3rdparty/cpp-btree/safe_btree_set.h"
|
||||
#include "../../3rdparty/cpp-btree/safe_btree_map.h"
|
||||
|
||||
/** Maximum number of operations allowed for valuating a list. */
|
||||
static const int MAX_VALUATE_OPS = 500000;
|
||||
|
||||
class ScriptListSorter;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user