Skip to content

Commit

Permalink
source-sftp-bulk: increase individual file size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
aldogonzalez8 committed Dec 16, 2024
1 parent 24f95a9 commit b605bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


class SourceSFTPBulkStreamReader(AbstractFileBasedStreamReader):
FILE_SIZE_LIMIT = 1_000_000_000
FILE_SIZE_LIMIT = 1_500_000_000

def __init__(self):
super().__init__()
Expand Down

0 comments on commit b605bef

Please sign in to comment.