You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/shared/Organization.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@
8
8
|`concurrentProcessVcpusLimit`|*Optional\<Double>*|:heavy_minus_sign:| The maximum number of concurrent processes that can be run by the organization<br/>If undefined, the organization has no limit. ||
9
9
|`enabledFeatureFlags`| List\<*String*> |:heavy_minus_sign:| The features enabled for this org and user. ||
|`logRetentionPeriodHours`|*Optional\<Double>*|:heavy_minus_sign:| The retention period for process logs in hours<br/>If undefined, the default is 72h ||
11
+
|`logRetentionPeriodHours`|*Optional\<Integer>*|:heavy_minus_sign:| The retention period for process logs in hours<br/>If undefined, the default is 72h ||
12
+
|`maxProcessConnections`|*Optional\<Double>*|:heavy_minus_sign:| The maximum number of inbound connections that can be made to a process<br/>If undefined, the default is 1024 connections ||
12
13
|`maxRequestedMemoryMB`|*double*|:heavy_check_mark:| The maximum memory in MB that can be used by any process in this org. ||
13
14
|`monthlyProcessVcpuHoursLimit`|*Optional\<Double>*|:heavy_minus_sign:| The maximum number of monthly process vcpu hours that can be run by the organization<br/>If undefined, the organization has no limit. ||
14
15
|`name`|*Optional\<String>*|:heavy_minus_sign:| The name of an organization. ||
0 commit comments