Skip to content

Commit

Permalink
fix: set default value for preload_pool_size in LakeConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
bokobza committed Dec 16, 2024
1 parent 1b86441 commit 7eecbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/near_lake_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__( # pylint: disable=too-many-arguments
aws_access_key_id: str,
aws_secret_key: str,
start_block_height: near_primitives.BlockHeight,
preload_pool_size: None,
preload_pool_size: None = None,
block_preload_pool_size: int = 200
):
logger.warning(
Expand Down

0 comments on commit 7eecbc2

Please sign in to comment.