mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
9 lines
179 B
Python
9 lines
179 B
Python
MIME_TYPES = {
|
|
"text/plain": [".err", ".out", ".log"],
|
|
}
|
|
|
|
LOG_GRPC_ERROR = "log_grpc_status"
|
|
FILE_NOT_FOUND = "LOG_GRPC_ERROR: file_not_found"
|
|
|
|
# 10 seconds
|
|
GRPC_TIMEOUT = 10
|