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, we use bunch of if-statements to parse timeout values and assign default values to the corresponding timeout fields. This if-statements repeat itself. A private helper function would solve that issue