summaryrefslogtreecommitdiffstats
path: root/obmc-rest
diff options
context:
space:
mode:
Diffstat (limited to 'obmc-rest')
-rw-r--r--obmc-rest4
1 files changed, 3 insertions, 1 deletions
diff --git a/obmc-rest b/obmc-rest
index 42b3a74..58e3da7 100644
--- a/obmc-rest
+++ b/obmc-rest
@@ -745,5 +745,7 @@ if __name__ == '__main__':
443,
default_cert,
default_cert),
- 'wsgi', {'wsgi_app': app})
+ 'wsgi', {'wsgi_app': app},
+ min_threads = 1,
+ max_threads = 1)
server.start()
OpenPOWER on IntegriCloud