Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 829

Show
Ignore:
Timestamp:
11/21/05 01:48:42
Author:
fumanchu
Message:

Fix for http://groups.google.com/group/cherrypy-users/msg/3ced4cf8cbbbcf97

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/lib/profiler.py

    r828 r829  
    121121    import cherrypy 
    122122    cherrypy.root = Profiler(path) 
    123     cherrypy.config.update({'server.socketPort': port
     123    cherrypy.config.update({'server.socketPort': int(port)
    124124                            'server.threadPool': 10, 
    125125                            'server.environment': "production", 

Hosted by WebFaction

Log in as guest/cpguest to create tickets