feat: add pluginRequestTimeout field to backend config

This commit is contained in:
Wieland Schöbl
2019-08-13 11:19:18 +02:00
parent be2bfb4017
commit 88f579e09b

View File

@@ -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
* *