qgallouedec HF Staff commited on
Commit
5b665ea
·
verified ·
1 Parent(s): 59ad846

Update server/app.py

Browse files
Files changed (1) hide show
  1. server/app.py +1 -0
server/app.py CHANGED
@@ -61,6 +61,7 @@ app = create_app(
61
  TextArenaAction,
62
  TextArenaObservation,
63
  env_name="textarena_env",
 
64
  )
65
 
66
 
 
61
  TextArenaAction,
62
  TextArenaObservation,
63
  env_name="textarena_env",
64
+ max_concurrent_envs=8,
65
  )
66
 
67