Go: refactor log and config (#17684)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-08-02 20:55:19 +08:00
committed by GitHub
parent d4ceeee4ed
commit b2521ebf51
20 changed files with 78 additions and 71 deletions

View File

@@ -268,6 +268,7 @@ EMBEDDING_BATCH_SIZE=${EMBEDDING_BATCH_SIZE:-16}
# - Enable registration: 1
# - Disable registration: 0
REGISTER_ENABLED=1
ENABLE_REGISTER=1
# -----------------------------------------------------------------------------
# Sandbox

View File

@@ -1,5 +1,5 @@
general:
heartbeat_interval: 3
heartbeat_interval: 3s
ragflow:
host: ${RAGFLOW_HOST:-0.0.0.0}
http_port: 9380