- Made the default urgency.age.coefficient non-zero.
- Updated documentation regarding new configuration settings.
This commit is contained in:
Paul Beckingham 2012-01-02 22:33:25 -05:00
parent b35a2f54bb
commit 4eb5c8a0db
4 changed files with 7 additions and 3 deletions

View file

@ -147,7 +147,7 @@ std::string Config::_defaults =
"urgency.project.coefficient=3.0 # Urgency coefficients for projects\n"
"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.coefficient=5.0 # Urgency coefficients 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"