Goz3rr / SatisfactorySaveEditor

293 stars 75 forks source link

Upgrade to .net 5.0; "CanJump" cache added. #249

Open mingl0280 opened 2 years ago

mingl0280 commented 2 years ago

Unfortunately, I have to upgrade this thing to .Net 5.0 otherwise my VS2022 wouldn't open it. Added a "CanJump" cache class to cache the queries every 10 minutes. This function causes a lot of lag when editing recipes, as it can't find the target but it tries too many times when editing the available recipes.