fix the timeout calculation
All checks were successful
docker / docker (push) Successful in 22m28s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-18 22:30:39 +03:00
parent ba45437d65
commit f8e486d9bc
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -101,7 +101,7 @@ func Solve(target string) error {
SetBody(Request{
Cmd: "request.get",
Url: target,
MaxTimeout: fs_timeout * 100,
MaxTimeout: fs_timeout * 1000,
OnlyCookies: true,
}).
Post(url)