Commit 354f1c62 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

use less workers

parent 111379ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ app->config(
		accepts => 10,
		listen => ['http://*:8092'],
		pid_file => '/tmp/db-fake.pid',
		workers => 2,
	},
);