Ruby:增加超时前的时间?
我正在尝试执行以下操作:
remote_feed = open(url)
但是远程源需要一段时间才能返回,并且调用超时。我只需要增加超时发生之前的时间,有没有一种简单的方法可以在 ruby 中做到这一点?
谢谢!
I'm trying to do the following:
remote_feed = open(url)
But the remote feed takes a while to return, and the call times out. I just need to increase the time until timeout occurs, is there a simple way to do this in ruby?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)