From 537179df66b1245f034e9bedeff7d74cbc6a7f5c Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Fri, 27 Dec 2019 18:58:27 +0100 Subject: Shifts overview: Added filter_max_duration to limit max runtime --- config/config.default.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/config.default.php b/config/config.default.php index 1454017b..2a988788 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -167,6 +167,10 @@ return [ '4XL' => '4XLarge Straight-Cut', ], + // Shifts overview + // Set max number of hours that can be shown at once + 'filter_max_duration' => 0, + // Session config 'session' => [ // Supported: pdo or native -- cgit v1.2.3-54-g00ecf