apace100 / apoli

MIT License
40 stars 46 forks source link

Apoli using a not-insignificant % of tick time? #158

Closed douglasg14b closed 1 year ago

douglasg14b commented 1 year ago

Spark

I'm unsure why/what it's doing, but it seems like updateItemStackHolder() is doing a lot every tick?

Is this expected?

MerchantPug commented 1 year ago

Fixed here for a future update: https://github.com/apace100/apoli/pull/132

douglasg14b commented 1 year ago

Thanks!

Can a patch version (n.n.x) be released that includes these changes, are there challenges around that? Regular patch releases are good for both bug isolation, and for server operators/players!

eggohito commented 1 year ago

Thanks!

Can a patch version (n.n.x) be released that includes these changes, are there challenges around that? Regular patch releases are good for both bug isolation, and for server operators/players!

Currently, no, but we have plans on changing that after the new update is out. At the moment, features and fixes are pushed in a single branch, which is not really ideal for releasing hotfixes