Skip to content

Commit

Permalink
Modified default values of uergency.blocking/blocked/inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
00sapo authored and djmitche committed Nov 27, 2024
1 parent 0b28646 commit 269f20e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,16 @@ std::string configurationDefaults =
"# Urgency Coefficients\n"
"urgency.user.tag.next.coefficient=15.0 # Urgency coefficient for 'next' special tag\n"
"urgency.due.coefficient=12.0 # Urgency coefficient for due dates\n"
"urgency.blocking.coefficient=8.0 # Urgency coefficient for blocking tasks\n"
"urgency.blocking.coefficient=0.0 # Urgency coefficient for blocking tasks\n"
"urgency.active.coefficient=4.0 # Urgency coefficient for active tasks\n"
"urgency.scheduled.coefficient=5.0 # Urgency coefficient for scheduled tasks\n"
"urgency.age.coefficient=2.0 # Urgency coefficient for age\n"
"urgency.annotations.coefficient=1.0 # Urgency coefficient for annotations\n"
"urgency.tags.coefficient=1.0 # Urgency coefficient for tags\n"
"urgency.project.coefficient=1.0 # Urgency coefficient for projects\n"
"urgency.blocked.coefficient=-5.0 # Urgency coefficient for blocked tasks\n"
"urgency.blocked.coefficient=0.0 # Urgency coefficient for blocked tasks\n"
"urgency.waiting.coefficient=-3.0 # Urgency coefficient for waiting status\n"
"urgency.inherit=0 # Recursively inherit highest urgency value "
"urgency.inherit=1 # Recursively inherit highest urgency value "
"from blocked tasks\n"
"urgency.age.max=365 # Maximum age in days\n"
"\n"
Expand Down

0 comments on commit 269f20e

Please sign in to comment.