What is the default timeout for AngularJS $http service requests? What is the default timeout for AngularJS $http service requests? angularjs angularjs

What is the default timeout for AngularJS $http service requests?


At one time the default timeout for http requests was 30 seconds, but now many browsers perform "keep-alive" polling by default so in all practicality there isn't one. I've had http requests sit for several minutes before the server itself finally gave up and issued a timeout.