Skip to content

Commit

Permalink
Add Data Explorer max number of items listed (#163)
Browse files Browse the repository at this point in the history
* Add Data Explorer max number of items listed

- https://seqera.atlassian.net/browse/EDU-161
  • Loading branch information
jason-seqera authored Aug 13, 2024
1 parent f4b4083 commit 3361159
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
-
tower.yml: '`tower.content.max-file-size`'
Description: >
You can set the downloadable file size limit for Data Explorer and workflow reports. Increasing this value may degrade Platform performance. The supported suffixes are `GB`, `MB`, and `KB`.
Value: 'Default: `25MB`'
-
tower.yml: '`tower.data.data-link-items.tree-list.max-allowed`'
Description: >
You can set the maximum number of items listed in Data Explorer. Increasing this value may degrade Platform performance.
Value: 'Default: `1000`'
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ Configuration values that enable opt-in Seqera features per instance or workspac

### Data features

Configuration values used by Seqera for Data Explorer.

<Tabs>
<TabItem value="Environment variables" label="Environment variables" default>

Expand All @@ -279,15 +281,7 @@ Configuration values that enable opt-in Seqera features per instance or workspac
</TabItem>
<TabItem value="tower.yml" label="tower.yml" default>

You can set the Data Explorer downloadable file size limit with the following snippet in your `tower.yml` file:

```yml
tower:
content:
max-file-size: 25MB # Default
```

Note that increasing this value may degrade Platform performance.
::table{file=configtables/data_features_yml.yml}

</TabItem>
</Tabs>
Expand Down

0 comments on commit 3361159

Please sign in to comment.