Merge "storaged: disable taskio since it's too expensive"
This commit is contained in:
commit
778b8870dc
1 changed files with 2 additions and 0 deletions
|
|
@ -190,9 +190,11 @@ void storaged_t::event(void) {
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
if (mConfig.proc_taskio_readable) {
|
||||
mTasks.update_running_tasks();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (mConfig.emmc_available && mTimer &&
|
||||
(mTimer % mConfig.periodic_chores_interval_emmc_info_publish) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue