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, }), ) }