Files
2026-07-13 13:17:40 +08:00

9 lines
129 B
Python

MIME_TYPES = {
"text/plain": [".err", ".out", ".log"],
}
LOG_GRPC_ERROR = "log_grpc_status"
# 10 seconds
GRPC_TIMEOUT = 10