Changeset 829
- Timestamp:
- 11/21/05 01:48:42
- Files:
-
- trunk/cherrypy/lib/profiler.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/profiler.py
r828 r829 121 121 import cherrypy 122 122 cherrypy.root = Profiler(path) 123 cherrypy.config.update({'server.socketPort': port,123 cherrypy.config.update({'server.socketPort': int(port), 124 124 'server.threadPool': 10, 125 125 'server.environment': "production",

