mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: add maxRequestBodySize in backend configuration
This commit is contained in:
committed by
Karl-Philipp Wulfert
parent
8f66abbb73
commit
b5bd09e40b
@@ -35,6 +35,11 @@ export interface SCBackendConfiguration {
|
|||||||
*/
|
*/
|
||||||
maxMultiSearchRouteQueries: number;
|
maxMultiSearchRouteQueries: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Maximum body size for requests
|
||||||
|
*/
|
||||||
|
maxRequestBodySize: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Name of university
|
* Name of university
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user