Make spectre wait a little bit between submitting CRON jobs to be run. Fixes bug #11093

This commit is contained in:
Colin Kuskie 2009-10-20 17:20:37 -07:00
parent 5bd5bb48a9
commit 7b4572ae34
2 changed files with 13 additions and 4 deletions

View file

@ -34,6 +34,7 @@
- fixed #11158: Calendar iCal feed doesn't show today's all-day events
- added #10614: Force rich editor to use strong and em instead of b and i
- fixed #11131: https / http URLs still caching across secure/insecure boundary
- fixed #11093: Spectre cron can DoS server with many sites
7.8.1
- mark $session->datetime->time as deprecated and remove its use from core code