Skip to content

Commit

Permalink
Merge pull request #589 from ivmfnal/reduce_scanning_parallelism
Browse files Browse the repository at this point in the history
Reduced scanning parallelism to 3 workers and then to 5
  • Loading branch information
ivmfnal authored Aug 31, 2023
2 parents a85debb + 6056cc2 commit f47a763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
{{- end }}
scanner:
recursion: 1
nworkers: 8
nworkers: 3
timeout: 300
{{- if (.Values.consistency.filter) }}
filter: {{ .Values.consistency.filter }}
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 @@ -20,7 +20,7 @@ data:
filter: "/store/unmerged/"
scanner:
recursion: 1
nworkers: 3
nworkers: 5
timeout: 180
{{- if (.Values.consistency.filter) }}
filter: {{ .Values.consistency.filter }}
Expand Down

0 comments on commit f47a763

Please sign in to comment.