- Age-dependet urgency calculation now normalizes.
This commit is contained in:
Johannes Schlatow
2011-12-17 19:08:31 +01:00
parent 3d33d90d57
commit 69fecbb2c0
4 changed files with 15 additions and 19 deletions

View File

@@ -148,7 +148,7 @@ std::string Config::_defaults =
"urgency.tags.coefficient=2.0 # Urgency coefficients for tags\n"
"urgency.annotations.coefficient=1.0 # Urgency coefficients for annotations\n"
"urgency.age.coefficient=0 # Urgency coefficients for age\n"
"urgency.age.max=0 # Maximum urgency offset for age\n"
"urgency.age.max=365 # Maximum age in days\n"
"\n"
"#urgency.user.project.foo.coefficient=5.0 # Urgency coefficients for 'foo' project\n"
"#urgency.user.tag.foo.coefficient=5.0 # Urgency coefficients for 'foo' tag\n"