6 lines
213 B
Python
6 lines
213 B
Python
# Default max_concurrency option in @ray.remote for async actors.
|
|
DEFAULT_MAX_CONCURRENCY_ASYNC = 1000
|
|
|
|
LOGGING_ROTATE_BYTES = 512 * 1024 * 1024 # 512MB.
|
|
LOGGING_ROTATE_BACKUP_COUNT = 5 # 5 Backup files at max.
|