Skip to content

Commit

Permalink
put retry settings as default callable parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamex authored and wakamex committed May 13, 2024
1 parent 72b94b1 commit e6b3463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ape_alchemy/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def __init__(self, *args, **kwargs):
# overwrite for testing
self.block_page_size = 5000
self.concurrency = 1
print(f"setting block_page_size to {self.block_page_size} and concurrency to {self.concurrency}")

@property
def uri(self):
Expand Down

0 comments on commit e6b3463

Please sign in to comment.