Probably the only configuration worth paying atten...
# squarelibraries
j
Probably the only configuration worth paying attention to is the Dispatcher’s
maxRequests
(default 64) and
maxRequestsPerHost
(default 5) . . . bumping these up is often a good tradeoff where you’ll spend more compute & network resources, and do more stuff concurrently
t
Thanks! I'm sure it depends on the machine, but do you have any advice on what sane values might be? Like is there an upper limit that would just be dumb? I plan to just start bumping them and testing, but would love a head start
j
Maybe 128 concurrent requests for a server, 32 for a mobile app?