patanext-project / patanext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize GetAndSetFullUnitsPresetDetailsRequest time

guerro323 opened this issue · comments

As for now this request has multiple mini requests inside the client.
The best would be to merge this into one request with a big response from the MasterServer.
This would result in less wait time for users who has a bad ping.

(plus we can also optimize that part on the MasterServer which can even reduce that wait further)