From d8aa27714b7a0dab3d8192f6e382040f3ad81168 Mon Sep 17 00:00:00 2001 From: Dave Marquardt Date: Sat, 12 Feb 2022 20:26:03 -0600 Subject: [PATCH] Fix: document valid values of timingresolution Added valid values of timingresolution to timingresolution's doc Signed-off-by: Dave Marquardt --- lib/taskjuggler/TjpSyntaxRules.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/taskjuggler/TjpSyntaxRules.rb b/lib/taskjuggler/TjpSyntaxRules.rb index 381a6c9f..ac39967c 100644 --- a/lib/taskjuggler/TjpSyntaxRules.rb +++ b/lib/taskjuggler/TjpSyntaxRules.rb @@ -3346,7 +3346,8 @@ def rule_projectBodyAttributes doc('timingresolution', <<'EOT' Sets the minimum timing resolution. The smaller the value, the longer the scheduling process lasts and the more memory the application needs. The -default and maximum value is 1 hour. The smallest value is 5 min. +default and maximum value is 60 min. The smallest value is 5 min. +Valid values are 5, 10, 15, 20, 30 and 60 min. This value is a pretty fundamental setting of TaskJuggler. It has a severe impact on memory usage and scheduling performance. You should set this value to the minimum required resolution. Make sure that all values that you specify