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

Changing bottle to accept options for cherrypy server like numofthreads ... #544

Merged
merged 1 commit into from
Aug 25, 2013
Merged

Changing bottle to accept options for cherrypy server like numofthreads ... #544

merged 1 commit into from
Aug 25, 2013

Commits on Aug 20, 2013

  1. Changing bottle to accept options for cherrypy server like numofthrea…

    …ds etc and pass it along with cherrypy
    
    in this form run( APP, host = CONFIG.get( webserver, hostname ), port = CONFIG.get( webserver, port ),
             server = cherrypy, debug = CONFIG.get( webserver, debug ), options = {numthreads:30} )
    pdoguparty-ecofactor committed Aug 20, 2013
    Configuration menu
    Copy the full SHA
    5a5c479 View commit details
    Browse the repository at this point in the history