sravaniamere commited on
Commit
65028b5
·
1 Parent(s): f6bd747

fix max_concurrent_envs to 1

Browse files
Files changed (1) hide show
  1. sql_env/server.py +1 -1
sql_env/server.py CHANGED
@@ -96,7 +96,7 @@ app = create_app(
96
  SQLAction,
97
  SQLObservation,
98
  env_name="sql-correction-env",
99
- max_concurrent_envs=10,
100
  )
101
 
102
 
 
96
  SQLAction,
97
  SQLObservation,
98
  env_name="sql-correction-env",
99
+ max_concurrent_envs=1,
100
  )
101
 
102