Skip to content

Commit

Permalink
Remove DEFAULT_BUFFER_SIZE_LIMIT constant from
Browse files Browse the repository at this point in the history
Runner class.
  • Loading branch information
JulesHuisman committed Nov 10, 2023
1 parent e543a42 commit be58753
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elx/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def __init__(
self.tap.runner = self
self.target.runner = self

DEFAULT_BUFFER_SIZE_LIMIT = 10485760 # Meltano default buffer_size: https://docs.meltano.com/reference/settings/#eltbuffer_size

@property
def state_file_name(self) -> str:
return f"{self.tap.executable}-{self.target.executable}.json"
Expand Down

0 comments on commit be58753

Please sign in to comment.