Skip to content

Commit 3804394

Browse files
fix lint
1 parent a6ba52f commit 3804394

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

charts/langsmith/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
209209
| config.oauth.oauthIssuerUrl | string | `""` | |
210210
| config.orgCreationDisabled | bool | `false` | Prevent organization creation. If using basic auth, this is set to true by default. |
211211
| config.personalOrgsDisabled | bool | `false` | Disable personal orgs. Users will need to be invited to an org manually. If using basic auth, this is set to true by default. |
212+
| config.settings | object | `{"redisRunsExpirySeconds":"43200"}` | Application Settings. These are used to tune the application |
212213
| config.settings.redisRunsExpirySeconds | string | `"43200"` | Optional. Be very careful when lowering this value as it can result in runs being lost if your queue is down/not processing items fast enough. |
213214
| config.ttl | object | `{"enabled":true,"ttl_period_seconds":{"longlived":"34560000","shortlived":"1209600"}}` | TTL configuration Optional. Used to set TTLS for longlived and shortlived objects. |
214215
| config.ttl.ttl_period_seconds.longlived | string | `"34560000"` | 400 day longlived and 14 day shortlived |

charts/langsmith/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ config:
136136
# -- Optional. Use this to customize the service URL, which by default is 'https://<storage_account_name>.blob.core.windows.net/'
137137
azureStorageServiceUrlOverride: ""
138138

139+
# -- Application Settings. These are used to tune the application
139140
settings:
140141
# -- Optional. Be very careful when lowering this value as it can result in runs being lost if your queue is down/not processing items fast enough.
141142
redisRunsExpirySeconds: "43200" # 12 hours

0 commit comments

Comments
 (0)