Jarlakxen / drunk

A simple GraphQL client on top of Sangria, Akka HTTP and Circe.
Apache License 2.0
61 stars 21 forks source link

Getting Size Limit Error on client side #13

Open Govind1218 opened 3 years ago

Govind1218 commented 3 years ago

EntityStreamSizeExceptio: actual entity size (Some(19815485)) exceeded content length limit (8388608 bytes)? It says to configure 'akka.htttp[server|cleint].parsing.max-content-length' or calling 'HttpEntity.withZiseLimit'

Can you help how to provide above options ? client call:: GraphQLClient(url, ConnectionsOptions.Default,ClientOptions.Default,authHeader)