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 periodic refresh for connection #58

Merged
merged 11 commits into from
May 15, 2024
Merged

Commits on May 9, 2024

  1. Add periodic refresh for connection.

    Added `refresh_interval_seconds` to Meta's config.
    javiercr committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5d129d5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    f0c6370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ae865 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Expose MinFullReconnectInterval in config as `min_full_reconnect_in…

    …terval_seconds` and DRY'd condition
    javiercr committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d62b28e View commit details
    Browse the repository at this point in the history
  2. Rename refresh_interval_seconds to force_refresh_interval_seconds

    … and use `FullReconnect` for force refreshes
    javiercr committed May 15, 2024
    Configuration menu
    Copy the full SHA
    23ab631 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    javiercr committed May 15, 2024
    Configuration menu
    Copy the full SHA
    69ac214 View commit details
    Browse the repository at this point in the history
  4. Make sure to return before setting the refresh interval if somethings…

    … goes wrong while connecting
    javiercr committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d739b85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7acec44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a056a4 View commit details
    Browse the repository at this point in the history
  7. Update user.go

    Co-authored-by: Tulir Asokan <tulir@maunium.net>
    javiercr and tulir committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ef497af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd7ca95 View commit details
    Browse the repository at this point in the history