Skip to content

Commit

Permalink
Reduce batchsize
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid authored Jun 14, 2024
1 parent 79effe4 commit 73883b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_restaurant365/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73883b3

Please sign in to comment.