Skip to content

Commit

Permalink
restore pagesize in db conncetor
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 12, 2024
1 parent 08341d0 commit 95f5cc6
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 95f5cc6

Please sign in to comment.