 c8cb43e9b3
			
		
	
	c8cb43e9b3
	
	
	
		
			
			- 移除 Core 目录下的 CallBack.go、core.go 和 Type.go 文件 - 这些文件包含了未使用的类型定义和函数实现 - 删除冗余代码有助于简化项目结构,提高代码可读性和维护性
		
			
				
	
	
		
			12 lines
		
	
	
		
			709 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			709 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="GB2312"?>
 | ||
| <SdkLocal>
 | ||
| 	<SdkLog>
 | ||
|         <logLevel>3</logLevel><!--req, 1-ERROR, 2-DEBUG, 3-INFO-->
 | ||
|         <logDirectory>./SDKLOG/</logDirectory><!--the end of the string must be '/'-->
 | ||
|         <autoDelete>true</autoDelete><!--true: There are less than 10 files in the directory, it will be auto deleted by sdk when the files are more than 10; false: No upper limit to the number of log files-->
 | ||
|     </SdkLog>
 | ||
| 	<HeartbeatCfg>
 | ||
| 		<Interval>120</Interval> <!-- 心跳时间间隔,单位秒,等于0,使用默认值120s,取值范围为[30, 120] 小于30s,间隔为30s,大于120s,间隔为120s-->
 | ||
| 		<Count>1</Count> 	<!-- 触发异常回调需要心跳交互异常的次数,等于0,使用默认值1次-->
 | ||
| 	</HeartbeatCfg>
 | ||
| </SdkLocal> |