-
Notifications
You must be signed in to change notification settings - Fork 830
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
On-the-fly config file reload #46
Comments
|
@seega it takes 7 seconds and drops all connections (it's not that important in context of mtproto-proxy, but still undesired) |
You may try my mtproto proxy server, it supports promoted channels and it updates configs periodically in background without restarts https://github.com/seriyps/mtproto_proxy |
+1 for SIGHUP signal handling implementation. Like normal Linux services would do. |
Would be very nice to add a feature to reload the config without restarting the proxy, for example, by SIGHUP and/or automatically (inotify)
The text was updated successfully, but these errors were encountered: