Skip to content

Commit

Permalink
feat: Raise the max content-lenght to 512 MB (DEV-4218) (#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Oct 22, 2024
1 parent 13a101d commit 2a2b322
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapi/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,11 @@ pekko {
pipelining-limit = 1

parsing {
max-content-length = 110M
max-content-length = 512M

# Defines the maximum length of the URL
# Set to 10k because Sparql queries for the extended search v2 are submitted as segments of the URL
max-uri-length = 10k

}
}

Expand Down

0 comments on commit 2a2b322

Please sign in to comment.