Skip to content

Commit

Permalink
Merge pull request #438 from galaxyproject/disable-tool-document-cache
Browse files Browse the repository at this point in the history
Disable to tool document cache to avoid race conditions
  • Loading branch information
afgane authored Aug 4, 2023
2 parents aa82e5f + 69f8d16 commit f33151b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ configs:
sanitize_allowlist_file: "/galaxy/server/config/mutable/sanitize_allowlist.txt"
tool_config_file: "/galaxy/server/config/tool_conf.xml{{if .Values.setupJob.downloadToolConfs.enabled}},{{ .Values.setupJob.downloadToolConfs.volume.mountPath }}/config/shed_tool_conf.xml{{end}}"
shed_tool_config_file: "/galaxy/server/config/mutable/editable_shed_tool_conf.xml"
enable_tool_document_cache: true
enable_tool_document_cache: false
tool_data_table_config_path: |-
{{ if .Values.setupJob.downloadToolConfs.enabled }}
{{- .Values.setupJob.downloadToolConfs.volume.mountPath }}/config/shed_tool_data_table_conf.xml
Expand Down

0 comments on commit f33151b

Please sign in to comment.