Fix Error handle and logs
diff --git a/staffeln/conf/conductor.py b/staffeln/conf/conductor.py
index 4ac69c9..1032ab4 100755
--- a/staffeln/conf/conductor.py
+++ b/staffeln/conf/conductor.py
@@ -74,7 +74,7 @@
     ),
     cfg.IntOpt(
         "retention_service_period",
-        default=20,
+        default=1200,
         min=10,
         help=_("The period of the retention service, the unit is one second."),
     ),