bottle drop: Be less aggressive about scheduling

This commit is contained in:
Lorenz Meier 2014-09-21 13:50:43 +02:00
parent bdddcf338d
commit e65ec1b98b

View File

@ -222,7 +222,7 @@ BottleDrop::start()
/* start the task */
_main_task = task_spawn_cmd("bottle_drop",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
SCHED_PRIORITY_DEFAULT + 15,
2048,
(main_t)&BottleDrop::task_main_trampoline,
nullptr);