Ludovic Courtès <[email protected]> skribis: > You’ll see that it hangs waiting for a response as soon as you pipeline > 85 requests or more.
When you look at /var/log/guix-publish.log, you see that nginx did not forward the 85th request (and beyond) to ‘guix publish’. Interestingly, if you C-c the client while it’s waiting for further responses, nginx suddenly forwards all the pending requests to ‘guix publish’. Ludo’.
