From 9005a54a8b42be41ca49a31dcfda915d1a91c388 Mon Sep 17 00:00:00 2001 From: Ben Standefer Date: Wed, 22 Aug 2018 21:10:40 -0700 Subject: [PATCH] Clarify in README that default timeout is 0 (no timeout) (#1750) Clarify in README that default timeout is 0 (no timeout) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 151264f40e..6c0bc57cdf 100755 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ These are the available config options for making requests. Only the `url` is re // `timeout` specifies the number of milliseconds before the request times out. // If the request takes longer than `timeout`, the request will be aborted. - timeout: 1000, + timeout: 1000, // default is `0` (no timeout) // `withCredentials` indicates whether or not cross-site Access-Control requests // should be made using credentials