Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable23 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed May 8, 2024
1 parent 90970b6 commit 3c1bb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/odm/messages/expiry_heartbeat.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| alert | Integer | Number of alerts | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| badlist | Integer | Number of badlisted items | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| cached_file | Integer | Number of cached files | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| emptyresult | Integer | Number of empty results | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| error | Integer | Number of errors | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| file | Integer | Number of files | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| filescore | Integer | Number of filscores | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| result | Integer | Number of results | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| safelist | Integer | Number of safelisted items | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| submission | Integer | Number of submissions | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| submission_tree | Integer | Number of submission trees | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| submission_summary | Integer | Number of submission summaries | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
Expand Down
2 changes: 1 addition & 1 deletion docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
| sleep_time | Integer | Time, in seconds, to sleep in between each expiry run | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `15` |
| workers | Integer | Number of concurrent workers | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `20` |
| delete_workers | Integer | Worker processes for file storage deletes. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `2` |
| iteration_max_tasks | Integer | How many query chunks get run per iteration. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `20` |
| iteration_max_tasks | Integer | How many query chunks get run per iteration. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `50` |
| delete_batch_size | Integer | How large a batch get deleted per iteration. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `2000` |
| safelisted_tag_dtl | Integer | The default period, in days, before tags expire from Safelist | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `0` |
| badlisted_tag_dtl | Integer | The default period, in days, before tags expire from Badlist | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `0` |
Expand Down

0 comments on commit 3c1bb9b

Please sign in to comment.