Skip to content

Commit

Permalink
document object store cache configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyYakubov committed Nov 17, 2023
1 parent 59be404 commit 892c9b1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/galaxy/config/sample/object_store_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
backends to the distributed and hierarchical object stores (including
distributed and hierarchical themselves).
-->
<!--
Most of the Object Stores have <cache> option like:
<cache path="database/object_store_cache" size="1000" cache_updated_data="True" />
Here
"path" - local path to store cached data,
"size" - size of the cache in gigabytes.
"cache_updated_data" - optional parameter that allows to control data
is being sent directly
to an object store without storing it in the cache.
By default data is also copied to the cache (cache_updated_data="True").
-->


<!--
Sample Disk Object Store
Expand Down

0 comments on commit 892c9b1

Please sign in to comment.