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
core: make reload dialog functional (tensorflow#5200) (tensorflow#5206)
Cherry-picking cf438df
From original commit:
Because of the discrepancy between store and view on the minimum reload
period, when you set the reload period to be less than 30s, it appeared
correct while it functionally was not true. This change fixes that.
This change also allows user to set 30s sharp which was previouisly
disallowed (this was a bug).
Co-authored-by: Stephan Lee <[email protected]>