Commit 42a616ee by source_reader

reduced mod_wsgi threads to 1 to avoid nilmdb errors

parent cc4f02a6
Showing with 1 additions and 1 deletions
......@@ -28,7 +28,7 @@ class nilmdb::install{
wsgi_process_group => 'nilmdb-wsgi',
wsgi_script_aliases => {'/nilmdb'=>'/etc/nilmdb/nilmdb.wsgi'},
wsgi_daemon_process => {'nilmdb-wsgi'=>{
threads => '32',
threads => '1',
user => 'nilmdb',
group => 'nilmdb',
}},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment