forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate unused
--remote-store-initial-timeout
, `--remote-store-ti…
…meout-multiplier`, `--remote-store-maximum-timeout`, `--remote-store-connection-limit`, and `--remote-store-thread-count` (pantsbuild#11577) These aren't used now that we use Tonic. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
1 parent
3706803
commit ef8d4d6
Showing
2 changed files
with
31 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# Enable remote caching by running `./pants --pants-config-files=pants.remote-cache.toml`. | ||
# | ||
# This requires having had first run `./pants auth-acquire` to get a long-lived access token. | ||
# If you are not able to authenticate, post in #remoting in Pants Slack to ask to be added. | ||
|
||
[GLOBAL] | ||
remote_cache_read = true | ||
remote_cache_write = true | ||
|
||
remote_store_initial_timeout = 250 | ||
remote_store_timeout_multiplier = 1.5 | ||
remote_store_maximum_timeout = 5000 | ||
|
||
# NB: this is used for Toolchain's remote caching and may need to change for other implementations. | ||
remote_store_address = "grpcs://build.toolchain.com:443" | ||
remote_instance_name = "main" | ||
remote_auth_plugin = "toolchain.pants.auth.plugin:toolchain_auth_plugin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters