: /*
: * Use a previous timer value if difference between it and a
new
: * value is less than NGX_TIMER_LAZY_DELAY milliseconds: this
allows
: * to minimize the rbtree operations for fast connections.
: */
As a result, in the above configuration it is likely
that response time will be limited by 200ms in total. And big
responses will eventually timeout even if no real pauses happen
in connection.
Depending on your needs you may consider lowering
NGX_TIMER_LAZY_DELAY.
Maxim D.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.