9 lines
129 B
Python
9 lines
129 B
Python
MIME_TYPES = {
|
|
"text/plain": [".err", ".out", ".log"],
|
|
}
|
|
|
|
LOG_GRPC_ERROR = "log_grpc_status"
|
|
|
|
# 10 seconds
|
|
GRPC_TIMEOUT = 10
|