From 88f579e09bc5e7726dbc4fc788737ba49a0801cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Tue, 13 Aug 2019 11:19:18 +0200 Subject: [PATCH] feat: add pluginRequestTimeout field to backend config --- src/config/backend.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config/backend.ts b/src/config/backend.ts index 68632f53..d805390c 100644 --- a/src/config/backend.ts +++ b/src/config/backend.ts @@ -22,6 +22,13 @@ import {SCMonitoringConfiguration} from './monitoring'; * A backend configuration */ 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 *