diff options
author | CraftyOldMiner <85420839+CraftyOldMiner@users.noreply.github.com> | 2022-03-27 12:16:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 19:16:54 +0200 |
commit | 5bb02db85994ea0c017894fb49950c67a6db552e (patch) | |
tree | 51a0d1c5fa3c60baa8609086187bf3cd49b1d193 /.gitignore | |
parent | 9d763c980646510b483d2460b45cf1ff2f3ba4db (diff) | |
download | NotEnoughUpdates-5bb02db85994ea0c017894fb49950c67a6db552e.tar.gz NotEnoughUpdates-5bb02db85994ea0c017894fb49950c67a6db552e.tar.bz2 NotEnoughUpdates-5bb02db85994ea0c017894fb49950c67a6db552e.zip |
Lowest BIN related fixes & optimizations (#101)
* Lowest BIN related fixes & optimizations
- Fix double-call of updateLowestBin due to a race condition where lastLowestBinUpdate is not updated by the async thread until after the following tick.
- Change the parsing of item prices to avoid using getAsInt on a decimal string that throws two exceptions per value parsed. I replaced it with the code that getAsInt ends up falling back to.
- Delete corrupted prices_*.gz file so that it can be re-downloaded.
- Make the Bazaar update retry after 60 seconds instead of 5 minutes to be consistent with auction average data.
* Remove corrupt file deletion code to avoid conflict with other PR
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions