Skip to content

Commit

Permalink
chore(cache): increased the default lock timeout to 10s that mlcache
Browse files Browse the repository at this point in the history
waits for when running L3 callbacks
  • Loading branch information
ms2008 committed Apr 29, 2024
1 parent c6a8ef8 commit f6c4ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kong/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ local KONG_VERSION_NUM = tonumber(string.format("%d%.2d%.2d",
meta._VERSION_TABLE.patch))

local LOCK_OPTS = {
exptime = 10,
timeout = 5,
exptime = 20,
timeout = 10,
}


Expand Down

0 comments on commit f6c4ead

Please sign in to comment.