mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
reduced the default max_tcellcount
This commit is contained in:
parent
8d5d311555
commit
c843af9131
@ -13,7 +13,7 @@ EX namespace rulegen {
|
||||
|
||||
/* limits */
|
||||
EX int max_retries = 999;
|
||||
EX int max_tcellcount = 8000000;
|
||||
EX int max_tcellcount = 1000000;
|
||||
EX int max_adv_steps = 100;
|
||||
EX int max_examine_branch = 5040;
|
||||
EX int max_bdata = 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user