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
[[ -z"$default_password"||"$default_password"=="null" ]] && failure $STREAMS_INVALID_CONFIG"Default password cannot be null or empty."
54
54
[[ -z"$bandwidth_limit"||"$bandwidth_limit"=="null" ]] && failure $STREAMS_INVALID_CONFIG"Bandwidth limit cannot be null or empty."
55
55
[[ -z"$num_meters"||"$num_meters"-eq 0 ]] && failure $STREAMS_INVALID_CONFIG"Must have at least 1 meter in the config file."
56
-
[[ "$max_conection_retries"=~ ^([1-9]|10)$ ]] || failure $STREAMS_INVALID_CONFIG"Max connection retries must be an integer between 1 and 10: '$max_conection_retries'"
[[ "$max_connection_retries"=~ ^([1-9]|10)$ ]] || failure $STREAMS_INVALID_CONFIG"Max connection retries must be an integer between 1 and 10: '$max_connection_retries'"
0 commit comments