bump waitress threads to 100

This commit is contained in:
cwilvx
2024-12-11 18:28:02 +01:00
parent 77485dd0a7
commit 86afa66aca
+1 -1
View File
@@ -239,7 +239,7 @@ if __name__ == "__main__":
app,
host=host,
port=port,
threads=10,
threads=100,
ipv6=True,
ipv4=True,
)