diff --git a/tap_lucid_scim/tap.py b/tap_lucid_scim/tap.py index 206d6e9..b71013c 100644 --- a/tap_lucid_scim/tap.py +++ b/tap_lucid_scim/tap.py @@ -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(