Skip to content
Snippets Groups Projects
.mlc_config.json 232 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "ignorePatterns": [
        {
          "pattern": "^https://downloads.metabase.com"
        }
      ],
      "timeout": "180s",
      "retryOn429": true,
      "retryCount": 5,
      "fallbackRetryDelay": "30s",
      "aliveStatusCodes": [
        200,
        206
      ]
    }