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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -