标签: sails.js settimeout interceptor
我必须为每个调用其他REST服务的Sail JS请求设置120秒超时。 在这里,我正在使用unirest rest客户。 现在如何设置120秒的超时时间。
我尝试如下
Request.timeout(120000);