Tvaroh commented on issue #422:
URL: https://github.com/apache/pekko-http/issues/422#issuecomment-2285823521

   @djjorjinho good point, sure, here what we ended up with:
   ```hocon
   pekko {
     loggers = ["org.apache.pekko.event.slf4j.Slf4jLogger"]
     loglevel = "DEBUG"
   
     http {
       client {
         stream-cancellation-delay = 2s
   
         parsing {
           max-content-length = 128m
         }
       }
   
       server {
         stream-cancellation-delay = 2s
         request-timeout = 60s
       }
   
       parsing {
         max-uri-length = 8k
         max-header-value-length = 8k
         max-to-strict-bytes = 64m
       }
   
       routing {
         decode-max-size = 16m
       }
   
       host-connection-pool {
         max-open-requests = 64
         response-entity-subscription-timeout = 10.seconds
       }
     }
   }
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to