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?
Based on looking at the lib code:
app.plug(fetchrPlugin({
xhrPath: '/api',
xhrTimeout: 2000
}));