[HiCache] Add an env var to control transfer engine reuse (#19867)

This commit is contained in:
Shangming Cai
2026-03-04 20:36:32 +08:00
committed by GitHub
parent e33e833d11
commit c2b66d320d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -289,6 +289,7 @@ class Envs:
# Mooncake Store
SGLANG_HICACHE_MOONCAKE_CONFIG_PATH = EnvStr(None)
SGLANG_HICACHE_MOONCAKE_REUSE_TE = EnvBool(True)
MOONCAKE_MASTER = EnvStr(None)
MOONCAKE_CLIENT = EnvStr(None)
MOONCAKE_LOCAL_HOSTNAME = EnvStr("localhost")