Skip to content

Commit

Permalink
Merge pull request #1734 from bstaletic/bottle-plugin
Browse files Browse the repository at this point in the history
Uninstall default bottle plugins
  • Loading branch information
mergify[bot] authored Feb 14, 2024
2 parents b8957d7 + e6b3a56 commit 9d3a703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ycmd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def Main():
args.stderr,
args.keep_logfiles )
atexit.register( handlers.ServerCleanup )
handlers.app.uninstall( True )
handlers.app.install( WatchdogPlugin( args.idle_suicide_seconds,
args.check_interval_seconds ) )
handlers.app.install( HmacPlugin( hmac_secret ) )
Expand Down

0 comments on commit 9d3a703

Please sign in to comment.