Skip to content

Commit

Permalink
Merge pull request #1236 from baranowb/UNDERTOW-1789
Browse files Browse the repository at this point in the history
[UNDERTOW-1789] - bumpTImeout on setMaxInactiveInterval
  • Loading branch information
fl4via committed Sep 7, 2021
2 parents 870ec14 + cd70afc commit 2146710
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ public void setMaxInactiveInterval(final int interval) {
}
UndertowLogger.SESSION_LOGGER.debugf("Setting max inactive interval for %s to %s", sessionId, interval);
this.maxInactiveInterval = interval;
this.bumpTimeout();
}

@Override
Expand Down

0 comments on commit 2146710

Please sign in to comment.