qgallouedec HF Staff commited on
Commit
b4cc46a
·
verified ·
1 Parent(s): 73e17d4

Update server/app.py

Browse files
Files changed (1) hide show
  1. server/app.py +1 -1
server/app.py CHANGED
@@ -35,7 +35,7 @@ except ImportError:
35
 
36
  # Create the app with web interface and README integration
37
  # Pass the class (factory) instead of an instance for WebSocket session support
38
- app = create_app(EchoEnvironment, EchoAction, EchoObservation, env_name="echo_env")
39
 
40
 
41
  def main():
 
35
 
36
  # Create the app with web interface and README integration
37
  # Pass the class (factory) instead of an instance for WebSocket session support
38
+ app = create_app(EchoEnvironment, EchoAction, EchoObservation, env_name="echo_env", max_concurrent_envs=2)
39
 
40
 
41
  def main():