Explorar o código

Z991239-4932 #comment 验证集中配置问题

陈良瑜80374463 hai 1 ano
pai
achega
47785faa66
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      CMakeLists.txt
  2. 1 1
      Module/mod_CenterSetting/mod_centersetting.cpp

+ 1 - 1
CMakeLists.txt

@@ -284,7 +284,7 @@ if(CONAN_CACHE_CLEAR)
 	conan_local_remove()
 endif(CONAN_CACHE_CLEAR)
 
-conan_cmake_run(REQUIRES RvcFramework/1.2.0.22@LR04.02_FrameworkLib/dev
+conan_cmake_run(REQUIRES RvcFramework/1.2.0.24@LR04.02_FrameworkLib/dev
 	Audio/2023.0509.01@LR04.02_MediaRes/testing
 BASIC_SETUP CMAKE_TARGETS)
 include(DependencyConanFiles)

+ 1 - 1
Module/mod_CenterSetting/mod_centersetting.cpp

@@ -38,7 +38,7 @@ void CCenterSettingEntity::OnStarted()
 	}
 
 	// 启动轮询定时器
-	const DWORD interval = 60000 * 5;
+	const DWORD interval = 6000 * 5;
 	GetFunction()->SetTimer(1, this, interval);
 }