configurable data path concurrency: all in one json

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2023-11-08 12:02:02 +08:00
parent c638ca557e
commit db43200cc8
5 changed files with 61 additions and 49 deletions
+1 -1
View File
@@ -499,7 +499,7 @@ func (s *nodeAgentServer) getDataPathConcurrentNum(defaultNum int) int {
}
if configs == nil || configs.DataPathConcurrency == nil {
s.logger.Infof("Node agent configs are not found, use the default number %v", defaultNum)
s.logger.Infof("Concurrency configs are not found, use the default number %v", defaultNum)
return defaultNum
}