Changeset 2032
- Timestamp:
- 08/15/08 14:59:21
- Files:
-
- trunk/cherrypy/process/plugins.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/process/plugins.py
r2031 r2032 234 234 235 235 self.finalized = True 236 start.priority = 75 236 # This is slightly higher than the priority for server.start 237 # in order to facilitate the most common use: starting on a low 238 # port (which requires root) and then dropping to another user. 239 start.priority = 77 237 240 238 241

