Home
last modified time | relevance | path

Searched refs:allow_stale (Results 1 – 25 of 89) sorted by relevance

1234

/dports/shells/fish/fish-3.3.1/src/
H A Dautoload.cpp72 maybe_t<autoloadable_file_t> check(const wcstring &cmd, bool allow_stale = false);
102 maybe_t<autoloadable_file_t> autoload_file_cache_t::check(const wcstring &cmd, bool allow_stale) { in check() argument
106 if (allow_stale || is_fresh(iter->second.last_checked, current_timestamp())) { in check()
116 if (allow_stale || is_fresh(*miss, current_timestamp())) { in check()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/website/source/docs/guides/
H A Ddns-cache.html.md33 * [`dns_config.allow_stale`](/docs/agent/options.html#allow_stale) must be
43 Since Consul 0.7.1, `allow_stale` is enabled by default and uses a `max_stale`
52 "allow_stale" = true
67 If you want to prevent stale reads or limit how stale they can be, you can set `allow_stale`
75 "allow_stale" = false
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/website/source/docs/guides/
H A Ddns-cache.html.md33 * [`dns_config.allow_stale`](/docs/agent/options.html#allow_stale) must be
43 Since Consul 0.7.1, `allow_stale` is enabled by default and uses a `max_stale`
52 "allow_stale" = true
67 If you want to prevent stale reads or limit how stale they can be, you can set `allow_stale`
75 "allow_stale" = false
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/website/source/docs/guides/
H A Ddns-cache.html.md28 are [`dns_config.allow_stale`](/docs/agent/options.html#allow_stale),
32 Since Consul 0.7.1, [`allow_stale`](/docs/agent/options.html#allow_stale)
46 stale reads or limit how stale they can be, you can set `allow_stale`
H A Dperformance.html.md101 [`allow_stale`](/docs/agent/options.html#allow_stale) configuration option will allow reads to
147 For a **read-heavy** workload, configure all Consul server agents with the `allow_stale` DNS option…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/website/source/docs/guides/
H A Ddns-cache.html.md28 are [`dns_config.allow_stale`](/docs/agent/options.html#allow_stale),
32 Since Consul 0.7.1, [`allow_stale`](/docs/agent/options.html#allow_stale)
46 stale reads or limit how stale they can be, you can set `allow_stale`
H A Dperformance.html.md101 [`allow_stale`](/docs/agent/options.html#allow_stale) configuration option will allow reads to
147 For a **read-heavy** workload, configure all Consul server agents with the `allow_stale` DNS option…
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/website/source/docs/guides/
H A Ddns-cache.html.md37 are [`dns_config.allow_stale`](/docs/agent/options.html#allow_stale),
42 Starting from Consul 0.7, [`allow_stale`](/docs/agent/options.html#allow_stale)
H A Dperformance.html.md80 [`allow_stale`](/docs/agent/options.html#allow_stale) configuration option will allow reads to
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/config/testdata/
H A Droundtrip.good.yml48 allow_stale: true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/config/testdata/
H A Droundtrip.good.yml47 allow_stale: true
/dports/net-mgmt/prometheus2/prometheus-2.30.3/config/testdata/
H A Droundtrip.good.yml47 allow_stale: true
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dresource.cc444 bool allow_stale, in CanUseResponse() argument
468 if (allow_stale) in CanUseResponse()
1034 bool Resource::MustRevalidateDueToCacheHeaders(bool allow_stale) const { in MustRevalidateDueToCacheHeaders()
1035 return !CanUseResponse(GetResponse(), allow_stale, response_timestamp_) || in MustRevalidateDueToCacheHeaders()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dresource.cc444 bool allow_stale, in CanUseResponse() argument
468 if (allow_stale) in CanUseResponse()
1064 bool Resource::MustRevalidateDueToCacheHeaders(bool allow_stale) const { in MustRevalidateDueToCacheHeaders()
1065 return !CanUseResponse(GetResponse(), allow_stale, response_timestamp_) || in MustRevalidateDueToCacheHeaders()
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/config/
H A Ddefault.go58 allow_stale = true
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/config/
H A Ddefault.go86 allow_stale = true
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/config/
H A Ddefault.go94 allow_stale = true
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/config/
H A Ddefault.go86 allow_stale = true
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/config/
H A Ddefault.go99 allow_stale = true
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/config/
H A Ddefault.go87 allow_stale = true
/dports/sysutils/consul/consul-1.10.3/agent/config/
H A Ddefault.go86 allow_stale = true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/config/
H A Ddefault.go86 allow_stale = true
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/config/
H A Ddefault.go86 allow_stale = true
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/config/testdata/
H A Dconf.good.yml128 allow_stale: true
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/config/testdata/
H A Dconf.good.yml134 allow_stale: true

1234