HTTP Service caching

I have a github repo that my script regularly updates from when the hash changes. It can detect the hash change instantly but doesn’t update the script that the script is grabbing for at least another 10-15 seconds on average. I have ensured that nocache is true but it still does this

This completely ruins the point of my script as it takes up to 20 seconds for it to properly update, even though the SHA hash changes instantly