2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Clarify in README that default timeout is 0 (no timeout) (#1750)

Clarify in README that default timeout is 0 (no timeout)
This commit is contained in:
Ben Standefer
2018-08-22 21:10:40 -07:00
committed by Matt Zabriskie
parent 7db0494579
commit 9005a54a8b
+1 -1
View File
@@ -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