Skip to content

Commit

Permalink
XRootD::Cp - remove prefference of IPv4 (mirror the central services …
Browse files Browse the repository at this point in the history
…behaviour)
  • Loading branch information
adriansev committed Oct 30, 2024
1 parent 4b05cd3 commit 736dcd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions alienpy/xrd_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ def xrd_config_init() -> None:
# Time period after which an idle connection to a manager or a load balancer should be closed.
if not os.getenv('XRD_LOADBALANCERTTL'): XRD_EnvPut('LoadBalancerTTL', int(30)) # we have no reasons to keep idle connections

# If set the client tries first IPv4 address (turned off by default).
if not os.getenv('XRD_PREFERIPV4'): XRD_EnvPut('PreferIPv4', int(1))

# https://github.com/xrootd/xrootd/blob/v5.6.3/docs/man/xrdcp.1#L592
# If set to 1, use the checksum available in a metalink file even if a file is being extracted from a ZIP archive.
XRD_EnvPut('ZipMtlnCksum', int(1))
Expand Down

0 comments on commit 736dcd7

Please sign in to comment.