孟令鑫 il y a 1 an
Parent
commit
d03825c83c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      aarch64/pjisuv/common/service/rosbag_upload.go

+ 1 - 1
aarch64/pjisuv/common/service/rosbag_upload.go

@@ -13,6 +13,7 @@ import (
 	"time"
 )
 
+// RunTimeWindowConsumerQueue 依次上传时间窗口
 func RunTimeWindowConsumerQueue(nodeName string) {
 	c_log.GlobalLogger.Info("处理消费者队列goroutine - 启动")
 outLoop:
@@ -32,7 +33,6 @@ outLoop:
 			}
 		default:
 		}
-		// 每一秒扫一次
 		time.Sleep(time.Duration(1) * time.Second)
 		waitLength := len(entity.TimeWindowConsumerQueue)
 		if waitLength == 0 {