From ac352ca6b6dbe6583485d7491484240f5ee5710d Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Sun, 19 May 2024 22:11:35 +0900 Subject: [PATCH] (feat) adds mutex lock for queues --- frontend/src/components/Extractor.astro | 30 ++++++++++++++++--------- pkg/extract_handler.go | 4 ++++ 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/Extractor.astro b/frontend/src/components/Extractor.astro index 3be2329..25c5642 100644 --- a/frontend/src/components/Extractor.astro +++ b/frontend/src/components/Extractor.astro @@ -14,7 +14,7 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL;

Free online tool to extract emails from any - URL. + URL

@@ -99,6 +99,7 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL; class="block font-mono w-full p-3 ps-4 text-sm text-slate-300 hover:text-slate-100 border border-gray-500 hover:border-gray-100 rounded-lg bg-gray-900 focus:outline-none" placeholder="-1" /> +

-1 to crawl all links. 0 to only current link. 1 onwards to crawl links forward depth

-
- Crawls # - Hits # +
+
+
+
+ 75 +
+ Crawls +
+
+
+ 120 +
+ Hits +
+