-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage method command #186
Comments
Hello, thank you for the idea, great one of course! 👍 |
So at present, can I only transfer related files manually? QAQ |
I think it will be very difficult to transfer players data manually, especially if it is a large amount of players. I could work on a tool to automate this, but I hesitate to integrate it into the plugin or make it an external tool. |
It may be that the .yml file is used for storage. When the number of people is large, the /ec command will wait about 3-5 seconds to respond (I don't know if this is related to the storage method, but running a new server /ec command can Quick response). Looking forward to the tools you develop. |
According to feedback from other server owners, file storage should be faster than database access so this is very strange! Maybe a performance issue with your disk? The plugin only loads the files of players who connect to your server, so I don't think that the loading time is causing by a large amount of files. But maybe some files are quite big (depending on the number of allowed chests and their content). If you can give me some examples I can try to find the cause of the problem. |
but i am using m.2 ssd :( |
I hope that commands can be added to transfer the locally stored data to mysql.
Or change the storage box to db format, there are often problems in my server that open ec and wait for a few seconds before responding.
The text was updated successfully, but these errors were encountered: