Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Dec 6, 2023
1 parent 86d51db commit 1fed410
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions util/autotest/auto.pl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ ()
#enable_mapgen_debug_info => 1,
},
bot => {
fps_max => 30,
fps_max => 10,
fps_max_unfocused => 10,
},
bot_random => {
random_input => 1,
Expand All @@ -224,7 +225,8 @@ ()
enable_shaders => 0,
},
headless_optimize => {
fps_max => 10,
fps_max => 5,
fps_max_unfocused => 5,
headless_optimize => 1,
},
software => {
Expand Down Expand Up @@ -323,6 +325,7 @@ ()
},
fps1 => {
fps_max => 2,
fps_max_unfocused => 2,
viewing_range => 1000,
#viewing_range_max => 1000,
wanted_fps => 1,
Expand Down

0 comments on commit 1fed410

Please sign in to comment.