You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the develop branch has config values set to support 5 min epoch and the same values might not work for 20 min epoch, rather they should be set to support a larger 20 min epoch by default. If the default values are set to support 20 min epoch, they would also support 5 min shorter epoch if the config values are set correctly by the user.
Implementation
Update the default, maximum and minimum config values in core/constants.go and cmd/config-utils.go` should be updated to support 20 min epoch.
The text was updated successfully, but these errors were encountered:
Description
Currently the
develop
branch has config values set to support 5 min epoch and the same values might not work for 20 min epoch, rather they should be set to support a larger 20 min epoch by default. If the default values are set to support 20 min epoch, they would also support 5 min shorter epoch if the config values are set correctly by the user.Implementation
Update the default, maximum and minimum config values in
core/constants.go
and cmd/config-utils.go` should be updated to support 20 min epoch.The text was updated successfully, but these errors were encountered: