From 56466508ccfd1c598a4b9eb9a6f7e138dc6f85c4 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Fri, 15 Oct 2021 20:25:08 +0800 Subject: [PATCH] [skip ci] Add comment for maxRetryNum (#9988) Signed-off-by: xige-16 --- internal/querycoord/task.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/querycoord/task.go b/internal/querycoord/task.go index 49498dfbd7..549aeb8a8c 100644 --- a/internal/querycoord/task.go +++ b/internal/querycoord/task.go @@ -41,6 +41,7 @@ const ( ) const ( + // MaxRetryNum is the maximum number of times that each task can be retried MaxRetryNum = 5 )