diff --git a/pi_tube.conf b/pi_tube.conf
index e907275c5fae78fabf53165d7b6c3c1da80660ae..248259aac68bd98cb74fcd9a0d1326242ac0d91e 100644
--- a/pi_tube.conf
+++ b/pi_tube.conf
@@ -1,12 +1,13 @@
 {
   hypnotoad => {
-    workers  => 10,
+    workers  => 32,
     proxy    => 1,
     pid_file => '/var/tmp/hypnotoad.pid',
     listen   => ['http://*:3000'],
   },
   session => {
-    secrets => [$ENV{SECRET}],
+    secrets  => [$ENV{SECRET}],
+    lifetime => 24 * 3600,
   },
   database => {
     dsn            => $ENV{DB_DSN},