I am running a private IPFS gateway, frontend by nginx.
This serves requests from users in the local network.
Would like to understand how the IPFS gateway handles concurrent requests for the same CID. Will it fetch the file from the IPFS network twice ?
Or will the second request wait on the first request to complete, and then use the locally cached (in fs repo) data…
(Apologies if my question is too naive or vague)