From 5fc08cec48cf27029598ed11679b2f9b0bfabf13 Mon Sep 17 00:00:00 2001 From: mzack Date: Tue, 9 Apr 2024 18:51:25 +0200 Subject: [PATCH] updating example --- examples/with_speed_control/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/with_speed_control/main.go b/examples/with_speed_control/main.go index 88f7782c..b56df967 100644 --- a/examples/with_speed_control/main.go +++ b/examples/with_speed_control/main.go @@ -45,6 +45,7 @@ func initializeNucleiEngine() (*nuclei.NucleiEngine, error) { HeadlessTemplateConcurrency: 1, JavascriptTemplateConcurrency: 1, TemplatePayloadConcurrency: 1, + ProbeConcurrency: 1, }), ) }