|
var validityWindow = map[credentials.OperatorType]time.Duration{ |
|
pb.OperatorType_OT_SOLO: time.Hour * 24 * 10, |
|
pb.OperatorType_OT_ROCKETPOOL: time.Hour * 24 * 15, |
|
} |
Basically, for rescue-proxy, we can just add new cli flag(s) to provide these, with the current values as defaults.