Skip to content

Commit 975cafd

Browse files
committed
doc: Specify App Config refresh behavior
1 parent 8089f17 commit 975cafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ Task can be customized for each call, by adding the `task` field in the `POST /c
470470

471471
Conversation options are represented as features. They can be configured from App Configuration, without the need to redeploy or restart the application. Once a feature is updated, a delay of 60 secs is needed to make the change effective.
472472

473+
By default, values are refreshed every 60 seconds. Refresh is not sync across all instances, so it can take up to 60 seconds to see the change on all users. Update this in the `app_configuration.ttl_sec` field.
474+
473475
| Name | Description | Type | Default |
474476
|-|-|-|-|
475477
| `answer_hard_timeout_sec` | Time waiting the LLM before aborting the answer with an error message. | `int` | 15 |

0 commit comments

Comments
 (0)