divviup / janus

Experimental implementation of the Distributed Aggregation Protocol (DAP) specification.
Mozilla Public License 2.0
53 stars 15 forks source link

Add configuration for Rayon thread stack size #3441

Closed divergentdave closed 1 month ago

divergentdave commented 1 month ago

This adds a common configuration option to set the stack size of threads in the Rayon thread pool. I don't know whether we'll need to raise this in production, but I'm going to start by lowering it in some local testing.