javascript - express request is called twice when no responce within 2 minutes -


facing issue :

when hit node express api through chrome, , responce time api more 2 minutes api hit again browser or server (don't know), because of multiple entries added same data in database.

as 2nd api hit after exact 2 minutes, seems can solved.

and when api responce comes within 2 minutes working fine.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -