-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Adds interop delay option #255
Conversation
discussed on tg: decided that it be better to include this logic in opsimulator rather than indexer |
@@ -71,6 +72,12 @@ func BaseCLIFlags(envPrefix string) []cli.Flag { | |||
Value: "", | |||
EnvVars: opservice.PrefixEnvVar(envPrefix, "LOGS_DIRECTORY"), | |||
}, | |||
&cli.Uint64Flag{ | |||
Name: InteropDelayFlagName, | |||
Value: 0, // enabled by default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! one nit for comment left but not super important. ready to go once CI passes
Description
Todo:
Metadata
#133