commit | 75a06aafcbe751d7ddb99ca8d815afc1e2972aaa | [log] [tgz] |
---|---|---|
author | ricolin <rlin@vexxhost.com> | Wed Jan 11 18:31:16 2023 +0800 |
committer | ricolin <rlin@vexxhost.com> | Wed Jan 11 21:30:10 2023 +0800 |
tree | d631e6f4a0eb7264b0383e606ed495bd3682837e | |
parent | 18649f5294c1b1c6bea24a9e7b7131148f5a5089 [diff] [blame] |
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."), ),