Email or username:

Password:

Forgot your password?
Top-level
Eugen Rochko

@zundan Controller fetches the key using Request class, which has a low timeout

No comments
zunda

@Gargron Ah, I see. Timeouts seem to be as intended. There might be something that cannot be terminated on the Ruby level? I'll keep checking things around this.

~ $ rails c
:
Loading production environment (Rails 5.2.4.1)
irb(main):001:0> Request::TIMEOUT
=> {:connect=>5, :read=>10, :write=>10}

Go Up