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
The reaper runs every 30 seconds by default, which means any max_lifetime and idle_timeout will be ignored (well, enforced too late really) if set to less than 30 seconds.
A good automatic default could be to automatically set reaper_rate to min(max_lifetime, idle_timeout, 30).
The text was updated successfully, but these errors were encountered:
levkk
linked a pull request
May 3, 2023
that will
close
this issue
The reaper runs every 30 seconds by default, which means any
max_lifetime
andidle_timeout
will be ignored (well, enforced too late really) if set to less than 30 seconds.A good automatic default could be to automatically set
reaper_rate
tomin(max_lifetime, idle_timeout, 30)
.The text was updated successfully, but these errors were encountered: