Skip to content

Commit

Permalink
increased engine check frequency at launch
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Feb 11, 2024
1 parent df9a66c commit 9e4ed2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/amass/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func createSession(ustr string, c *client.Client, cfg *config.Config) (uuid.UUID
_ = launch.LaunchEngine()
}
}
time.Sleep(30 * time.Second)
time.Sleep(10 * time.Second)
}
return c.CreateSession(cfg)
}
Expand Down

0 comments on commit 9e4ed2f

Please sign in to comment.