bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 209 forks source link

server-loop maxpayload length figwheel error #601

Open joekiller opened 7 years ago

joekiller commented 7 years ago

I was crushing some data through figwheel and got the error server-loop maxpayload length figwheel. It looks like the underlying server uses http-kit in [figwheel-sidecar.components.figwheel-server].(https://github.com/bhauman/lein-figwheel/blob/a1a60ea21b3bd5968cf92b45649078796d503a28/sidecar/src/figwheel_sidecar/components/figwheel_server.clj#L247)

Could an enhancement be made to allow us to provide custom server values? org.httpkit.server options

bhauman commented 7 years ago

Hey I've been steering people towards setting up their own server with lein ring or some other server in this case. But perhaps a large default setting makes sense here.