node-tf2 icon indicating copy to clipboard operation
node-tf2 copied to clipboard

Cache item schema

Open Sakuya-Izayoi opened this issue 5 years ago • 1 comments

When debugging the item schema is not preserved between consecutive script starts, so that may lead to huge delay before the item schema is loaded. If this is not the reason for item schema not loading, please, tell me how to workaround this.

Sakuya-Izayoi avatar Sep 19 '20 20:09 Sakuya-Izayoi

That's the reason for what you're seeing. You should cache it locally and restore it upon subsequent startups.

DoctorMcKay avatar Sep 19 '20 22:09 DoctorMcKay