We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
processSubscriptionsInterval
1 parent 6dd92f1 commit 433b79dCopy full SHA for 433b79d
docs/content/Configuration/Config.mdx
@@ -81,6 +81,7 @@ interface CubejsConfiguration {
81
| ((context: RequestContext) => OrchestratorOptions);
82
allowJsDuplicatePropsInSchema: boolean;
83
initApp: (app: ExpressApplication) => void;
84
+ processSubscriptionsInterval: number;
85
}
86
87
interface OrchestratorOptions {
@@ -744,6 +745,11 @@ module.exports = {
744
745
};
746
```
747
748
+### <--{"id" : "Options Reference"}--> processSubscriptionsInterval
749
+
750
+This property controls how often Websocket client subscriptions are refreshed.
751
+Defaults to `5000`.
752
753
## QueueOptions
754
755
Timeout and interval options' values are in seconds.
0 commit comments