From 50fdfca3df97848851b94f63e6b4749fab497ea7 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+bauthard@users.noreply.github.com> Date: Tue, 2 Mar 2021 14:54:57 +0530 Subject: [PATCH] Update types.go --- v2/pkg/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/types/types.go b/v2/pkg/types/types.go index 9260f688..e9820c59 100644 --- a/v2/pkg/types/types.go +++ b/v2/pkg/types/types.go @@ -55,7 +55,7 @@ type Options struct { Retries int // Rate-Limit is the maximum number of requests per specified target RateLimit int - //`PageTimeout is the maximum time to wait for a page in seconds + // PageTimeout is the maximum time to wait for a page in seconds PageTimeout int // OfflineHTTP is a flag that specific offline processing of http response // using same matchers/extractors from http protocol without the need