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

Factor out and make session timeouts more explicit. #887

Merged
merged 2 commits into from
Mar 25, 2025

Conversation

breedx-splk
Copy link
Contributor

Relates to #860. See the thread over there for additional details.

Basically, we have always intended to have two session "timeouts" -- one that is a maximum absolute lifespan (4 hour default) and a background inactivity timeout (15 minute default). Somewhere along the way, these two values were blended, and the same timeout value was ultimately used for both.

The purpose of this PR is to once again separate these two times, and to make their names and usages more explicit.

@ddas09
Copy link

ddas09 commented Mar 15, 2025

@breedx-splk, LGTM! However, I see similar changes also done in this PR.

@breedx-splk breedx-splk merged commit 2fd32ed into open-telemetry:main Mar 25, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants