# Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: BUSL-1.1 client { enabled = true template { max_stale = "300s" block_query_wait = "90s" wait { min = "2s" max = "60s" } wait_bounds { min = "2s" max = "60s" } consul_retry { attempts = 5 backoff = "5s" max_backoff = "10s" } vault_retry { attempts = 0 // unlimited backoff = "15s" max_backoff = "20s" } nomad_retry { // unset attempts=12, should fallback to default backoff = "20s" max_backoff = "25s" } } }