Skip to content

Commit

Permalink
Increase allowed POST size from 20 to 50 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Oct 9, 2024
1 parent 827df9f commit c6b2339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/endpoint_storage.pas
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ interface
web_base, web_cache, endpoint;

const
POST_SIZE_LIMIT = 20; // MB
POST_SIZE_LIMIT = 50; // MB

type
TStorageEndPoint = class;
Expand Down

0 comments on commit c6b2339

Please sign in to comment.