We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c007854 commit 82a51c9Copy full SHA for 82a51c9
config/config.conf
@@ -28,5 +28,10 @@ akkaConfiguration {
28
stdout-loglevel="DEBUG"
29
logging-filter="akka.event.slf4j.Slf4jLoggingFilter"
30
actor.debug.unhandled="on"
31
+
32
+ # MAD is effectively a single client service and so a client sending large payloads is
33
+ # only going to impact its own ability to accept and aggregate samples. However, if you
34
+ # have misbehaving clients or running a multi-tenant setup, you can rachet this down.
35
+ http.server.parsing.max-content-length="infinite"
36
}
37
0 commit comments