diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-21 15:42:05 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-21 15:42:05 +0100 |
commit | 989240e7a20a8e42ba9ab62c7d64a1e8700b58b4 (patch) | |
tree | 8abfbbbe53048252c0941cfa42c8ac2b673294d1 | |
parent | f7648c522d2db06c7864caa778ac95de9a6a716e (diff) |
fix pid file0.03
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -629,7 +629,7 @@ app->config( hypnotoad => { accepts => 10, listen => ['http://*:8093'], - pid_file => '/tmp/db-fake.pid', + pid_file => '/tmp/dbdb.pid', workers => $ENV{DBDB_WORKERS} // 2, }, ); |