rendrjs / rendr

Render your Backbone.js apps on the client and the server, using Node.js.
MIT License
4.09k stars 313 forks source link

add default timeout #519

Closed andrzejwp closed 7 years ago

andrzejwp commented 7 years ago

In some cases the frontend app using rendr's data adapter will hang because of improper timeout handling. Set a default timeout to avoid these issues. 15 seconds was chosen as a good value empirically, probably could be a lot less.