-
Notifications
You must be signed in to change notification settings - Fork 31
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
Administration.reload should support setting the use-current-server-config parameter #123
Comments
Or possibly another method |
👍 to both options :-) Little disadvantage of |
+1 |
Right, Not sure how archiving |
@mnovak1 @kwart I'm thinking about dropping the PR (#127) for this. It exposes a relatively unknown feature on a prominent place (the If you think you would use this in the meantime, I have two options: implement in your own project (shouldn't be hard to do), or add it in Creaper (after a bit of hesitation), but not to the |
From my PoV, it's more consistent to keep it in Creaper. We don't need it in the Administration, some other place is also fine. You can annotate it with |
OK, so a separate class |
The
:reload
management operation can take a parameter calleduse-current-server-config
. If this parameter is set tofalse
(the default istrue
) and--read-only-server-config
was used when starting the server, the server reloads to the original configuration. This might be useful as a workaround for #14.The text was updated successfully, but these errors were encountered: