piotrszymaniec / looty

Looty! A tool for Path of Exile that makes inventory searching fun!
GNU General Public License v2.0
2 stars 1 forks source link

Estimated time for loading all league data #16

Open piotrszymaniec opened 3 years ago

piotrszymaniec commented 3 years ago

Example: You have 732 stash tabs, 451 already downloaded, pending 281. Estimated time to finish: x sec

Maximum speed is 45 tabs per minute. If calculating with 1 request per tab. Best case: ceiling(281/45*60) = ?

Real case: Get info of remining stash tabs, adds up their request values. Quad tab takes 2 requests, any other 1 request.

Worst case: 281 2 (they are quad tabs) ceiling(562/45 60)