Skip to content

V2.11.2 Importer Optimizations + Fixed Gametype Merge

Compare
Choose a tag to compare
@scottadkin scottadkin released this 27 Jul 17:04
· 267 commits to master since this release

Upgrade from V 2.11.1

  • Stop the website and importer services.
  • Replace your installed files with the new ones from the archive.
  • Rebuild the website with npm run build, then start it with npm run start
  • Restart the importer with node importer

V 2.11.2 Change Log:

  • Fixed player totals HWID not being updated after the first match.
  • Fixed issue with importer taking excessive amount of time to process weapon stats, after a few 100 logs it would take multiple seconds, now it takes less than 0.1 seconds to process weapon stats on the same machine.
  • Fixed some dropdowns not hiding after the user’s mouse leaves its area.
  • Fixed many issues with gametype merging tools.

Please Note:

  • The admin player search tools are currently being remade, this version it's not in a useable state, the importer and gametype merge features took priority.