diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-02-10 06:19:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-10 06:19:21 +0000 |
commit | 67427f9b082a540f22f748eb1a0075d93407f77b (patch) | |
tree | b13e8be0f9078887c5903fdeee0a35c1609e8e89 /api/yardstick.ini | |
parent | 1787d1f400118de3f6bd60bc968cea39b181923e (diff) | |
parent | 96a752b948be4ec94f5fb6d6ce38d81f05c235a7 (diff) |
Merge "uwsgi: move init_db to uwsgi entry point"
Diffstat (limited to 'api/yardstick.ini')
-rw-r--r-- | api/yardstick.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/yardstick.ini b/api/yardstick.ini index 2ba881fc1..d2e8956e2 100644 --- a/api/yardstick.ini +++ b/api/yardstick.ini @@ -9,7 +9,7 @@ threads = 5 async = true max-requests = 5000 chmod-socket = 666 -callable = app +callable = app_wrapper enable-threads = true close-on-exec = 1 daemonize= /var/log/yardstick/uwsgi.log |