We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8957d7 + e6b3a56 commit 9d3a703Copy full SHA for 9d3a703
ycmd/__main__.py
@@ -203,6 +203,7 @@ def Main():
203
args.stderr,
204
args.keep_logfiles )
205
atexit.register( handlers.ServerCleanup )
206
+ handlers.app.uninstall( True )
207
handlers.app.install( WatchdogPlugin( args.idle_suicide_seconds,
208
args.check_interval_seconds ) )
209
handlers.app.install( HmacPlugin( hmac_secret ) )
0 commit comments