sothatsit
Verified Member
Currently the ProjectKorra (Core) plugin accesses the database synchronously, or in other words, on the main thread. This stalls the main thread and creates tremendous amounts of lag. Database Interaction should be done on an asynchronous thread. I am using ProjectKorra v1.6.0.
I have actually forked the project and edited this to work myself, all you would have to do is accept the pull request: https://github.com/ProjectKorra/ProjectKorra/pull/114. There are not actually that many edits, many of them are caused by my code formatter which changed every single file to fit my formatting.
I hope you accept the request, or at least fix it on your end.
Thanks,
Sothatsit.
I have actually forked the project and edited this to work myself, all you would have to do is accept the pull request: https://github.com/ProjectKorra/ProjectKorra/pull/114. There are not actually that many edits, many of them are caused by my code formatter which changed every single file to fit my formatting.
I hope you accept the request, or at least fix it on your end.
Thanks,
Sothatsit.