ray_constants.py 213 B

12345
  1. # Default max_concurrency option in @ray.remote for async actors.
  2. DEFAULT_MAX_CONCURRENCY_ASYNC = 1000
  3. LOGGING_ROTATE_BYTES = 512 * 1024 * 1024 # 512MB.
  4. LOGGING_ROTATE_BACKUP_COUNT = 5 # 5 Backup files at max.