Skip to content

Commit

Permalink
Revert "restore pagesize in db conncetor"
Browse files Browse the repository at this point in the history
This reverts commit 95f5cc6.
  • Loading branch information
chronolaw committed Oct 14, 2024
1 parent 7b5c0db commit 8379f5b
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 = 1000,
max_page_size = 50000,
page_size = 512, -- work with lmdb
max_page_size = 512, -- work with lmdb
},
},
}
Expand Down

0 comments on commit 8379f5b

Please sign in to comment.