How to increase ajax request timeout length in a fluxible fetchr application?

226 Views Asked by At

I'm using yahoo's fluxible and fetchr and I get occasional timeouts in the request service calls. How can I increase the ajax request timeout time in my configuration?

https://github.com/yahoo/fluxible-plugin-fetchr

1

There are 1 best solutions below

0
On BEST ANSWER

Based on looking at the lib code:

app.plug(fetchrPlugin({
    xhrPath: '/api',
    xhrTimeout: 2000
}));