Skip to content

Commit

Permalink
Enable compression of block data injected into DBSServer
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro authored and Kenyi Hurtado committed Oct 7, 2022
1 parent 1413f99 commit 9d5daa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/WMAgentConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@
config.DBS3Upload.primaryDatasetType = "mc"
config.DBS3Upload.dumpBlock = False # to dump block meta-data into a json file
# set DbsApi requests to use gzip enconding, thus sending compressed data
# please change to True when new DBSWriter Go server will be in place
config.DBS3Upload.gzipEncoding = False
config.DBS3Upload.gzipEncoding = True

config.section_("DBSInterface")
config.DBSInterface.DBSUrl = globalDBSUrl
Expand Down

0 comments on commit 9d5daa8

Please sign in to comment.