mirror of
				https://gitee.com/ThingsGateway/ThingsGateway.git
				synced 2025-10-31 07:33:58 +08:00 
			
		
		
		
	去除上传间隔1s限制
This commit is contained in:
		| @@ -110,7 +110,7 @@ public abstract class UpLoadBaseWithCacheT<DeviceT, VariableT> : UpLoadBase | ||||
|         } | ||||
|  | ||||
|         if (_uploadPropertyWithCache.CycleInterval <= 100) _uploadPropertyWithCache.CycleInterval = 100; | ||||
|         if (_uploadPropertyWithCache.UploadInterval <= 1000) _uploadPropertyWithCache.UploadInterval = 1000; | ||||
|         if (_uploadPropertyWithCache.UploadInterval <= 100) _uploadPropertyWithCache.UploadInterval = 100; | ||||
|         _exVariableTimerTick = new(_uploadPropertyWithCache.UploadInterval); | ||||
|         _exDeviceTimerTick = new(_uploadPropertyWithCache.UploadInterval); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kimdiego2098
					Kimdiego2098