mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 00:33:01 +00:00
reduced the default max_tcellcount
This commit is contained in:
@@ -13,7 +13,7 @@ EX namespace rulegen {
|
|||||||
|
|
||||||
/* limits */
|
/* limits */
|
||||||
EX int max_retries = 999;
|
EX int max_retries = 999;
|
||||||
EX int max_tcellcount = 8000000;
|
EX int max_tcellcount = 1000000;
|
||||||
EX int max_adv_steps = 100;
|
EX int max_adv_steps = 100;
|
||||||
EX int max_examine_branch = 5040;
|
EX int max_examine_branch = 5040;
|
||||||
EX int max_bdata = 1000;
|
EX int max_bdata = 1000;
|
||||||
|
|||||||
Reference in New Issue
Block a user