challenge: lower preload-early-hint-deadline to 2 seconds by default
This commit is contained in:
@@ -22,7 +22,7 @@ type Parameters struct {
|
||||
}
|
||||
|
||||
var DefaultParameters = Parameters{
|
||||
Deadline: time.Second * 3,
|
||||
Deadline: time.Second * 2,
|
||||
}
|
||||
|
||||
func FillRegistration(state challenge.StateInterface, reg *challenge.Registration, parameters ast.Node) error {
|
||||
|
Reference in New Issue
Block a user