github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/integration/nydus/nydusd-config.json (about)

     1  {
     2    "device": {
     3      "backend": {
     4        "type": "registry",
     5        "config": {
     6          "timeout": 5,
     7          "connect_timeout": 5,
     8          "retry_limit": 2
     9        }
    10      },
    11      "cache": {
    12        "type": "blobcache"
    13      }
    14    },
    15    "mode": "direct",
    16    "digest_validate": false,
    17    "iostats_files": false,
    18    "enable_xattr": true,
    19    "fs_prefetch": {
    20      "enable": true,
    21      "threads_count": 8,
    22      "merging_size": 1048576,
    23      "prefetch_all": true
    24    }
    25  }