mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: add pluginRequestTimeout field to backend config
This commit is contained in:
@@ -22,6 +22,13 @@ import {SCMonitoringConfiguration} from './monitoring';
|
|||||||
* A backend configuration
|
* A backend configuration
|
||||||
*/
|
*/
|
||||||
export interface SCBackendConfiguration {
|
export interface SCBackendConfiguration {
|
||||||
|
/**
|
||||||
|
* The maximum amount of time (milliseconds) an external program can take to provide a response to the backend
|
||||||
|
*
|
||||||
|
* This can be used for example for Plugins.
|
||||||
|
*/
|
||||||
|
externalRequestTimeout: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A list of hidden SC types
|
* A list of hidden SC types
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user