• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Search results

  1. sothatsit

    Bug Report Synchronous Database Interaction

    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...
Top