mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
GQL API request queue params (#216)
This commit is contained in:
parent
0e464385c0
commit
99c6823564
@ -45,6 +45,12 @@ export interface ServerConfig {
|
||||
|
||||
// Boolean to skip updating entity fields required in state creation and not required in the frontend.
|
||||
skipStateFieldsUpdate: boolean;
|
||||
|
||||
// Max GQL API requests to process simultaneously (defaults to 1).
|
||||
maxSimultaneousRequests?: number;
|
||||
|
||||
// Max GQL API requests in queue until reject (defaults to -1, means do not reject).
|
||||
maxRequestQueueLimit?: number;
|
||||
}
|
||||
|
||||
export interface UpstreamConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user