Changeset 897
- Timestamp:
- 12/14/07 23:50:36 (9 months ago)
- Files:
-
- branches/stable_1-1/lib/mongrel.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable_1-1/lib/mongrel.rb
r877 r897 214 214 215 215 if mark - worker[:started_on] > @timeout + @throttle 216 STDERR.puts "Thread #{w .inspect} is too old, killing."216 STDERR.puts "Thread #{worker.inspect} is too old, killing." 217 217 worker.raise(TimeoutError.new(error_msg)) 218 218 end
