Closed lee-baines closed 3 years ago
Add a property to the sac to allow a user to alter the context timeout. This timeout is currently set to 40secs.
Referring to the value 40 in generator.go:
func (g *GenConfig) GenKeys(ctx context.Context) error { keyCtx, cancel := context.WithTimeout(ctx, 40*time.Second) defer cancel() This is targeted for after Secret Agent 1.0 release
Add a property to the sac to allow a user to alter the context timeout. This timeout is currently set to 40secs.
Referring to the value 40 in generator.go: