Skip to content

Commit

Permalink
restore default page size
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 4, 2024
1 parent bf8acba commit b77266c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kong/db/strategies/connector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ local fmt = string.format
local Connector = {
defaults = {
pagination = {
page_size = 512, -- work with lmdb
max_page_size = 512, -- work with lmdb
page_size = 1000,
max_page_size = 50000,
},
},
}
Expand Down

0 comments on commit b77266c

Please sign in to comment.