mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +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;
|
||||
|
||||
/**
|
||||
* Maximum body size for requests
|
||||
*/
|
||||
maxRequestBodySize: number;
|
||||
|
||||
/**
|
||||
* Name of university
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user