ycmd now uses Waitress instead of CherryPy
This commit is contained in:
parent
d7904a7eb1
commit
88a260d448
@ -233,7 +233,7 @@ def Main():
|
||||
level = numeric_level )
|
||||
|
||||
LOGGER = logging.getLogger( __name__ )
|
||||
run( app = app, host = args.host, port = args.port, server='cherrypy' )
|
||||
run( app = app, host = args.host, port = args.port, server='waitress' )
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user