diff --git a/tap_restaurant365/streams.py b/tap_restaurant365/streams.py index 82db986..f2c0c3a 100644 --- a/tap_restaurant365/streams.py +++ b/tap_restaurant365/streams.py @@ -524,7 +524,7 @@ class TransactionsStream(TransactionsParentStream): name = "transaction" # We get node limit exceeded for number larger than this one. - batch_size = 20 + batch_size = 10 result_count = 0 def get_child_context(self, record: dict, context: t.Optional[dict]) -> dict: