Skip to content

Commit

Permalink
Update max file size
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Mar 27, 2024
1 parent 50ffd11 commit d28570f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datapusher_plus/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class DataPusherPlusConfig(MutableMapping):
STDERR: bool = True
KEEP_JOBS_AGE: int = 60

MAX_CONTENT_LENGTH: str = "25600000"
MAX_CONTENT_LENGTH: str = "125600000"
IGNORE_FILE_HASH: bool = True
CHUNK_SIZE: str = "16384"
DOWNLOAD_TIMEOUT: int = 300
Expand Down

0 comments on commit d28570f

Please sign in to comment.