Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ra:key_metrics/2 #461

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Add ra:key_metrics/2 #461

merged 1 commit into from
Jul 26, 2024

Commits on Jul 26, 2024

  1. Add ra:key_metrics/2

    [Why]
    This allows the caller to pass a timeout to `erpc:call/5`.
    
    `ra:key_metrics(ServerId)` is the same as:
    
        ra:key_metrics(ServerId, ?DEFAULT_TIMEOUT).
    
    This is a change of behavior because the default timeout was `infinity`,
    however this is now consistent with other public functions.
    dumbbell committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fd801a1 View commit details
    Browse the repository at this point in the history