blob: 34bb733de0b4228b07a8b49e9ed7dbd49e5b3156 [file] [log] [blame]
# Disable compression of remote execution output downloads from RBE.
# To override the compression settings in the default fuchsia-reproxy.cfg,
# add to your args.gn:
# rbe_extra_reproxy_configs = [ "//build/rbe/reproxy-no-compress.cfg" ]
# Threshold size in bytes for compressing Bytestream reads or writes.
# Use a negative value for turning off compression. (default -1)
compression_threshold=-1
# Use batch operations for relatively small blobs. (default true)
use_batches=true