aboutsummaryrefslogtreecommitdiff
path: root/src/schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/schedule.c')
-rw-r--r--src/schedule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schedule.c b/src/schedule.c
index 458d8a2..081acfe 100644
--- a/src/schedule.c
+++ b/src/schedule.c
@@ -55,6 +55,7 @@ static size_t choose_position(void)
static pqueue_pri_t calculate_priority(struct term *term)
{
+ // TODO: Try different formulas (hyperfine)
return (parse_get_max_depth() - term->depth + 1) * term->refs;
}