about summary refs log tree commit homepage
path: root/test/test_watcher.rb
DateCommit message (Collapse)
2012-06-18test_watcher: fix incorrect request/date comparison
It makes no sense to compare peak times of different queues (active vs queued) against each other.
2011-10-12avoid inadvertant object creation with invalid addresses
Just in case somebody tries to scan all addresses, we won't run out of memory as easily.
2011-10-03watcher: add peak times for statistics
It could be useful to know when the first and last peak time of a maximum was.
2011-09-27watcher: add X-Current header to headers
It can be useful to some to see that info all at once without hitting the HTML index page.
2011-03-18watcher: set Expires headers for cache invalidation
We know exactly when to invalidate based on the delay :)
2011-03-16add Watcher Rack application
It does streaming!