summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-03-21 15:42:05 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-03-21 15:42:05 +0100
commit989240e7a20a8e42ba9ab62c7d64a1e8700b58b4 (patch)
tree8abfbbbe53048252c0941cfa42c8ac2b673294d1
parentf7648c522d2db06c7864caa778ac95de9a6a716e (diff)
fix pid file0.03
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 8102f27..e3a0f12 100644
--- a/index.pl
+++ b/index.pl
@@ -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,
},
);