Skip to content

Commit

Permalink
Merge pull request #66 from jeidsath/master
Browse files Browse the repository at this point in the history
Allow 256KB akka URI to match Amazon SQS
  • Loading branch information
adamw committed Mar 22, 2016
2 parents 13af864 + f08ece4 commit 8ea5117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rest/rest-sqs/src/main/resources/application.conf
Expand Up @@ -13,3 +13,5 @@ akka {
# TODO - not present in akka http?
akka.http.server.request-timeout = 21 s

# Amazon SQS allows 256KB message payloads
akka.http.server.parsing.max-uri-length = 256k

0 comments on commit 8ea5117

Please sign in to comment.