removed bool update in sourcemod and added threads to flask
This commit is contained in:
@@ -35,4 +35,4 @@ def get_answer():
|
||||
|
||||
if __name__ == "__main__":
|
||||
from waitress import serve
|
||||
serve(app, host="localhost", port=5085)
|
||||
serve(app, host="localhost", port=5085, threads = 8)
|
||||
|
||||
Reference in New Issue
Block a user