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

Support reloading server configuration file #27

Open
m-ronnblom opened this issue May 27, 2021 · 0 comments
Open

Support reloading server configuration file #27

m-ronnblom opened this issue May 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@m-ronnblom
Copy link
Collaborator

Support changing server configuration in runtime (without a server restart). An example would be changing the debug filtering level from 'info' to 'debug'.

Certain configuration changes may require disconnecting clients and discarding domain state. For example, lowering the administrative limit for a certain resource to a value which is less than what is already used might be difficult to handle, Pathfinder protocol wise

The re-reading could be triggered by a USR1 signal, as per the UNIX daemon tradition.

@m-ronnblom m-ronnblom added the enhancement New feature or request label May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant