Skip to content

Commit

Permalink
Increased xrdfs ls timeout to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmfnal committed Sep 6, 2023
1 parent 573e0ab commit b7553fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/rucio-consistency/templates/consistency-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ data:
{{- end }}
scanner:
recursion: 1
nworkers: 3
timeout: 300
nworkers: 8
timeout: 3600
{{- if (.Values.consistency.filter) }}
filter: {{ .Values.consistency.filter }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion helm/rucio-consistency/templates/unmerged-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
scanner:
recursion: 1
nworkers: 5
timeout: 180
timeout: 3600
{{- if (.Values.consistency.filter) }}
filter: {{ .Values.consistency.filter }}
{{- end }}
Expand Down

0 comments on commit b7553fc

Please sign in to comment.