Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
siggisim committed Feb 10, 2021
2 parents e9f1715 + fb4e2c4 commit f20ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sidecar/sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (

listenAddr = flag.String("listen_addr", "localhost:1991", "Local address to listen on.")
besBackend = flag.String("bes_backend", "grpcs://cloud.buildbuddy.io:443", "Server address to proxy build events to.")
remoteCache = flag.String("remote_cache", "grpcs://cloud.buildbuddy.io:443", "Server address to cache events to.")
remoteCache = flag.String("remote_cache", "", "Server address to cache events to.")

cacheDir = flag.String("cache_directory", "", "Root directory to use for local cache")
cacheMaxSizeBytes = flag.Int64("cache_max_size_bytes", 0, "Max cache size, in bytes")
Expand Down

0 comments on commit f20ec54

Please sign in to comment.