Skip to content

Check for system properties #340

Yiyao Chen requested to merge feature/issue340-hardcoded-values into develop

#340 (closed) lutra-restapi: hard coded MAX_FILE_SIZE and MAX_REQUEST_SIZE

In the method where the constants are used, check whether system properties are set. If so, use the system properties, otherwise use the constants.

Merge request reports