As you can see in
github.com/crosire/reshade/blob/main/sou...update_check.cpp#L35
line 35
reshade uses github api to check for updates, this is ok if used not frequently because github only allows 60 API requests per hour (you can see amount of requests left in return headers). But sometimes application (for example chrome.exe) can reinitialize (= restart) reshade very often draining out free github api requests and breaking other applications, preventing them from working properly (I have this problem). I searched over internet and documentation, also source code, and didn't find a way to disable these requests. Please, add at least config variable.