http_server: update comment on tick == 0
commitd209910e29d4983f8346233262a49541464252c1
authorEric Wong <normalperson@yhbt.net>
Fri, 9 Sep 2011 22:48:53 +0000 (9 15:48 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 9 Sep 2011 22:48:53 +0000 (9 15:48 -0700)
treec94e1dbe73b84a8bdfc3a385c438da05c0e767a5
parent0113de29108fb669a43d4d7f5528c77a2f96db57
http_server: update comment on tick == 0

The old comment was confusing.  We only zero the tick counter
when forking because application loading can take a long time.
Otherwise, it's always updated.

ref: http://mid.gmane.org/20110908191352.GA25251@dcvr.yhbt.net
lib/unicorn/http_server.rb