aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-03-15 22:40:33 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-03-15 22:40:33 +0000
commitd6703a2c704141afcc6f1c176c4f323c16a8918c (patch)
tree0a4b3e43ba41f455968715d6a7917421b314ce91
parent49718f4228867648468b25d6c7d6b31c9053dd21 (diff)
downloadboymoder.blog-d6703a2c704141afcc6f1c176c4f323c16a8918c.tar.gz
boymoder.blog-d6703a2c704141afcc6f1c176c4f323c16a8918c.zip
doubled the number of threads
-rw-r--r--app.py2
-rwxr-xr-xstatic/images/random.jpgbin165497 -> 186689 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index edc69b3..ea1a2be 100644
--- a/app.py
+++ b/app.py
@@ -196,7 +196,7 @@ if __name__ == "__main__":
try:
if sys.argv[1] == "--production":
#serve(TransLogger(app), host='127.0.0.1', port = 6969)
- serve(TransLogger(app), host='0.0.0.0', port = 6969)
+ serve(TransLogger(app), host='0.0.0.0', port = 6969, threads = 8)
else:
app.run(host = "0.0.0.0", port = 5001, debug = True)
except IndexError:
diff --git a/static/images/random.jpg b/static/images/random.jpg
index 7ae071d..357f6ca 100755
--- a/static/images/random.jpg
+++ b/static/images/random.jpg
Binary files differ