From e7fbe45319bd79c57c90b969e6b355197670aee5 Mon Sep 17 00:00:00 2001 From: Garux Date: Mon, 7 Jan 2019 19:26:17 +0300 Subject: [PATCH] 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 --- radiant/watchbsp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/watchbsp.cpp b/radiant/watchbsp.cpp index 36e59076..f9cd833f 100644 --- a/radiant/watchbsp.cpp +++ b/radiant/watchbsp.cpp @@ -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 ); }