Skip to content

Commit

Permalink
run make config-revuild
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Oct 15, 2024
1 parent 7cda336 commit c6ead00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 1 addition & 4 deletions doc/source/admin/galaxy_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5124,7 +5124,7 @@
'deferred' are "materialized" (or undeferred) by the workflow
scheduler. This might be a lengthy process. Setting this to 'True'
will place the invocation back in the queue after materialization
before scheduling the workflow so it is less likely to starve
before scheduling the workflow so it is less likely to starve
other workflow scheduling. Ideally, Galaxy would allow more fine
grain control of handlers but until then, this provides a way to
tip the balance between "doing more work" and "being more fair".
Expand Down Expand Up @@ -5658,6 +5658,3 @@
to the user. Currently only affects s3fs file sources.
:Default: ``60``
:Type: int



5 changes: 2 additions & 3 deletions lib/galaxy/config/sample/galaxy.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ gravity:

# Routes file to monitor.
# Should be set to the same path as ``interactivetools_map`` in the ``galaxy:`` section. This is ignored if
# ``interactivetools_map is set.
# ``interactivetools_map is set``.
# sessions: database/interactivetools_map.sqlite

# Include verbose messages in gx-it-proxy
Expand Down Expand Up @@ -2752,7 +2752,7 @@ galaxy:
# 'deferred' are "materialized" (or undeferred) by the workflow
# scheduler. This might be a lengthy process. Setting this to 'True'
# will place the invocation back in the queue after materialization
# before scheduling the workflow so it is less likely to starve other
# before scheduling the workflow so it is less likely to starve other
# workflow scheduling. Ideally, Galaxy would allow more fine grain
# control of handlers but until then, this provides a way to tip the
# balance between "doing more work" and "being more fair". The default
Expand Down Expand Up @@ -3006,4 +3006,3 @@ galaxy:
# but outdated contents might be displayed to the user. Currently only
# affects s3fs file sources.
#file_source_listings_expiry_time: 60

4 changes: 3 additions & 1 deletion lib/galaxy/config/sample/tool_shed.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ tool_shed:
# options.
#whoosh_index_dir: database/toolshed_whoosh_indexes

# Cache directory for Pydantic model objects.
#model_cache_dir: database/model_cache

# For searching repositories at /api/repositories:
#repo_name_boost: 0.9

Expand Down Expand Up @@ -426,4 +429,3 @@ tool_shed:
# The value of this option will be resolved with respect to
# <config_dir>.
#datatypes_config_file: datatypes_conf.xml

0 comments on commit c6ead00

Please sign in to comment.