mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 17:42:57 +00:00
feat: add config for maximum queries
This commit is contained in:
@@ -30,6 +30,11 @@ export interface SCBackendConfiguration {
|
|||||||
*/
|
*/
|
||||||
hiddenTypes: SCThingType[];
|
hiddenTypes: SCThingType[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Maximum number of queries, that can be used in MultiSearchRoute
|
||||||
|
*/
|
||||||
|
maxMultiSearchRouteQueries: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Name of university
|
* Name of university
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user