diff --git a/searching-front/services/domain-watcher.ts b/searching-front/services/domain-watcher.ts index d4cd4be..3224b12 100644 --- a/searching-front/services/domain-watcher.ts +++ b/searching-front/services/domain-watcher.ts @@ -75,6 +75,7 @@ const fetchTonSite = async (url: string) => { const urlToFetch = `http://${url}/` const response = await axios.get(urlToFetch, { proxy: getTonProxy(), + timeout: 30000 }) if (!response.data) { console.log("Error fetch")