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

Incorrect default for 'Idle-Timeout' #350

Open
jellonek opened this issue Mar 23, 2021 · 0 comments
Open

Incorrect default for 'Idle-Timeout' #350

jellonek opened this issue Mar 23, 2021 · 0 comments
Assignees
Labels
discussion ⏰ Discussion

Comments

@jellonek
Copy link

jellonek commented Mar 23, 2021

erGW version

2.3.0

Erlang/OTP version

23.2.7

Description

Optional functionality behind Idle-Timeout setting on the APN level has a default value of 8h, what makes it non optional by default.
It is set in

{'Idle-Timeout', 28800000} %% 8hrs timer in msecs

Current behavior

If nothing is provided in the config - code will default to linked above 8h.

Expected behavior

  • it is optional functionality - so it should default to infinity
  • or at least this should match any of our use cases (if we are using this variable - we are setting there 12h always)
@vkatsuba vkatsuba added feature 🚀 Feature Request discussion ⏰ Discussion and removed feature 🚀 Feature Request labels Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion ⏰ Discussion
Projects
None yet
Development

No branches or pull requests

4 participants