build monitoring: change timeout value back to 25, as 8 results in radiant, taking one cpu thread for some reason

buffered stream is quick enough anyway
This commit is contained in:
Garux 2019-01-07 19:26:17 +03:00
parent 168e085d8e
commit e7fbe45319

View File

@ -544,7 +544,7 @@ void CWatchBSP::DoEBeginStep(){
}
}
m_eState = EBeginStep;
s_routine_id = gtk_timeout_add( 8, watchbsp_routine, this );
s_routine_id = gtk_timeout_add( 25, watchbsp_routine, this );
}