mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
If the request is limited by rate limiter, limiter should not "Cancel". This is because, if limited, tokens are not deducted; instead, "Cancel" operation would increase the token count. issue: https://github.com/milvus-io/milvus/issues/31705 pr: https://github.com/milvus-io/milvus/pull/33335 Signed-off-by: bigsheeper <yihao.dai@zilliz.com>