Skip to content

Commit 433b79d

Browse files
authored
docs(config): document processSubscriptionsInterval configuration option (cube-js#5224)
1 parent 6dd92f1 commit 433b79d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/Configuration/Config.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ interface CubejsConfiguration {
8181
| ((context: RequestContext) => OrchestratorOptions);
8282
allowJsDuplicatePropsInSchema: boolean;
8383
initApp: (app: ExpressApplication) => void;
84+
processSubscriptionsInterval: number;
8485
}
8586

8687
interface OrchestratorOptions {
@@ -744,6 +745,11 @@ module.exports = {
744745
};
745746
```
746747

748+
### <--{"id" : "Options Reference"}--> processSubscriptionsInterval
749+
750+
This property controls how often Websocket client subscriptions are refreshed.
751+
Defaults to `5000`.
752+
747753
## QueueOptions
748754

749755
Timeout and interval options' values are in seconds.

0 commit comments

Comments
 (0)