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, config options are checked when ever they are used in the code (if at all).
if a config option does not meet the type or other requirements, the execution may potentially break after minutes of run time.
consider parsing the config once at start time and creating a config object that guarantees correct values and only throws errors in the very beginning of the execution.
The text was updated successfully, but these errors were encountered:
currently, config options are checked when ever they are used in the code (if at all).
if a config option does not meet the type or other requirements, the execution may potentially break after minutes of run time.
consider parsing the config once at start time and creating a config object that guarantees correct values and only throws errors in the very beginning of the execution.
The text was updated successfully, but these errors were encountered: