diff --git a/index.html b/index.html index 1c768ce..3cd586d 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@

Request test

let abortController; const ENDPOINT = 'https://httpbin.org/get' - const INTERVAL_MS = 3000; + const INTERVAL_MS = 5000; const xhrResponsesElem = document.querySelector('#xhr-responses'); const fetcResponsesElem = document.querySelector('#fetch-responses'); const xhrPolling = document.querySelector('#xhr-polling'); @@ -150,4 +150,4 @@

Request test

}); - \ No newline at end of file +