Skip to content
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

Fix database connection #427

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Nikolay0701
Copy link
Contributor

If a server with the MySQL module starts and the offline database (or for some other reason) does not connect to it at startup and then appears online, then with this fix the server will try to connect every 10 seconds until the connection is restored. Basic protection has also been made against the fact that LoadData did not work and SaveData worked. There may be a situation that you have entities that are saved via SaveData, and since there was no LoadData, the file will become empty due to the absence of the necessary entities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant