Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions versioned_docs/version-v6.0.0/dashboard/installation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -593,17 +593,17 @@ Parameters related to the data that is stored throughout Invictus.
Always evaluate your application's needs and monitor performance to ensure the chosen capacity model meets expectations in the production environment.

**Default Settings for Provisioned Throughput**
| Collection | RU/s | Autoscale |
| ----------------- | ---- | --------- |
| Audits | 500 | No |
| DashboardSettings | 500 | No |
| Users | 500 | No |
| Groups | 500 | No |
| Statistics | 500 | No |
| FolderFlows | 500 | No |
| FlowData | 2000 | Yes |
| WorkflowEvent | 2000 | Yes |
| MessageContent | 2000 | Yes |
| Collection | RU/s | Autoscale |
| --------------------------------------- | ---- | --------- |
| `auditsCollectionThroughput` | 1000 | Yes |
| `dashboardSettingsCollectionThroughput` | 1000 | Yes |
| `flowDataCollectionThroughput` | 2000 | Yes |
| `folderFlowsCollectionThroughput` | 1000 | Yes |
| `groupsCollectionThroughput` | 1000 | Yes |
| `messageContentCollectionThroughput` | 2000 | Yes |
| `statisticsCollectionThroughput` | 1000 | Yes |
| `usersCollectionThroughput` | 1000 | Yes |
| `workflowEventsCollectionThroughput` | 2000 | Yes |

</details>

Expand Down