-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add /vreconnect reload #10
Comments
This is badly needed. |
I'll add this it's time to give some older projects a bit of TLC |
Added in dev, not tested yet since I rebased a lot of the project |
The new version does seem to properly reload the configuration file, so that's great! |
Currently this is because the YAML storage will save it's data when shut down to prevent lost data. Would this be preferable? (I don't personally recommend using YAML tbh, and instead recommend using SQLite !) |
This would allow for a database refresh or something similar, in case I need to make modifications without restarting the server
The text was updated successfully, but these errors were encountered: