Explorar el Código

!2 specialTest can add a thread sending dirty logs

chenliangyu hace 9 meses
padre
commit
15f7a5da5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Module/mod_chromium/mod_chromium.cpp

+ 1 - 1
Module/mod_chromium/mod_chromium.cpp

@@ -494,7 +494,7 @@ namespace Chromium {
 				}
 				
 			};
-			//std::thread(repeat_dirtyLogs_Fun).detach();
+			std::thread(repeat_dirtyLogs_Fun).detach();
 		}
 		LogManager::getInstance().logEntityStageChange("OnPreStart_Init", 0, "end");
 	}