Ticket #308 (enhancement)
Opened 3 years ago
Last modified 3 years ago
Autoreload's polling rate should be configurable
Status: closed (fixed)
| Reported by: | etc@filespanker.com | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2-beta |
| Component: | CherryPy code | Keywords: | autoreload |
| Cc: |
The polling rate used by autoreload is currently fixed at 1 second.
The soon-to-be-attached patch adds a configuration option, "autoreload.pollTimeout" which makes this user-configurable without modifying internal CherryPy source files. (See discusson on AutoReload)
- Mike Owens
Attachments
Change History
09/18/05 14:25:03: Modified by etc@filespanker.com
- attachment autoreloader_timeout.diff added.
10/22/05 21:51:04: Modified by fumanchu
- owner changed from rdelon to fumanchu.
- status changed from new to assigned.
- milestone set to 2.2-beta.
10/31/05 13:07:03: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.
Fixed in [769].


Patch to make the autoreloader's poll rate configurable