Skip to content

Commit

Permalink
Set page_size default to 500 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaillergeon-slalom authored Dec 5, 2023
1 parent 9abfa25 commit f88d26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_lucid_scim/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TapLucidScim(Tap):
th.Property(
"page_size",
th.IntegerType,
default=None,
default=500,
description="Result limit for paginated streams",
),
th.Property(
Expand Down

0 comments on commit f88d26f

Please sign in to comment.