feat: add config for maximum queries

This commit is contained in:
Wieland Schöbl
2019-02-11 14:05:24 +01:00
parent d3f1e0ff99
commit c7ab47397e

View File

@@ -30,6 +30,11 @@ export interface SCBackendConfiguration {
*/
hiddenTypes: SCThingType[];
/**
* Maximum number of queries, that can be used in MultiSearchRoute
*/
maxMultiSearchRouteQueries: number;
/**
* Name of university
*/