aboutsummaryrefslogtreecommitdiff
path: root/src/schedule.c
diff options
context:
space:
mode:
authorMarvin Borner2023-11-15 14:25:31 +0100
committerMarvin Borner2023-11-15 14:25:31 +0100
commit8a192b734e468efb758bd7ae8d843cc02f024454 (patch)
tree5c4454c0048772d9f1bd27d55ede9cb16dfe733e /src/schedule.c
parent9bc17a207a9d5c65509a51f57412c8e28b843330 (diff)
More testingHEADaggressive
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;
}