Skip to content

Commit

Permalink
Increase the maximum sql page size (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: michael burton <michaelburton@michaels-MacBook-Pro.local>
  • Loading branch information
mstanbCO and michael burton authored Mar 26, 2024
1 parent eeff9bc commit c4e163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dotc1z/sql_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
v2 "github.com/conductorone/baton-sdk/pb/c1/connector/v2"
)

const maxPageSize = 250
const maxPageSize = 10000

var allTableDescriptors = []tableDescriptor{
resourceTypes,
Expand Down

0 comments on commit c4e163e

Please sign in to comment.