configurator: truncate timeouts to 32-bit LONG_MAX
commit38672501206c9e64d241e3d8571f70b198f0c1e5
authorEric Wong <normalperson@yhbt.net>
Mon, 27 Jun 2011 20:51:16 +0000 (27 20:51 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 27 Jun 2011 20:51:16 +0000 (27 20:51 +0000)
tree0221a07a3d948dd98dc51bc8b35ba1ab14c74e66
parentfb8bb4469849fa2b2241152aea7e9e82bd3cbcc8
configurator: truncate timeouts to 32-bit LONG_MAX

IO.select in Ruby can't wait longer than this.  This
means Unicorn can't support applications that take
longer than 68 years to respond :(
lib/unicorn/configurator.rb