mirror of
https://github.com/cubixle/l1.git
synced 2026-04-24 22:54:47 +01:00
add ramp and change seconds to microseconds
This commit is contained in:
@@ -11,7 +11,7 @@ func main() {
|
||||
l1.WithTarget("https://remoteukjobs.com"),
|
||||
l1.WithRunFunc(l1.DefaultHTTPTester),
|
||||
l1.WithMaxParrellConns(10),
|
||||
l1.WithMaxConns(6000),
|
||||
l1.WithMaxConns(30),
|
||||
)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user