-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Random stuff #185
base: master
Are you sure you want to change the base?
Random stuff #185
Conversation
@nikosgram I think you can add what I put in 8b51eee in the release changelog |
Small question, I feel like this line is dead code, I don't see in which situation the check would succeed. |
Could we potentially do the migration on the startup of the plugin? |
I tried but ebean crashes as soon as the connection is opened. It could have been possible if the part of EBean that handles the migration was setup previously but it is not the case (I'm not blaming you I don't think it even existed in the version of EBean that was previously used lol) |
I'll leave this as draft for now I still have things to upstream |
@nikosgram is the |
Now that chunk loading is no longer a problem I found other bottlenecks and got rid of them. |
|
||
### ⚠ Breaking Changes in Version 3.0.0 | ||
|
||
This version changed the way data are stored, so if you come from an older version of Gringotts, you need to manually update your database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: way data are stored --> data is stored.
Random stuff and cleanups of my recent work :)