Skip to content

Commit

Permalink
Merge pull request #1711 from datadryad/frictionless-50mb
Browse files Browse the repository at this point in the history
Increase size limit of files to use with Frictionless to 50MB
  • Loading branch information
ahamelers authored Jun 18, 2024
2 parents 908b6a4 + f10a811 commit 2063559
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config/app_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test:
api_zip_size: 200
files: 100
frictionless:
size_limit: 6291456
size_limit: 1_000_000
rate_limit:
# number of requests allowed per minute
# these rates are low to facilitate quick testing of the rate limiter,
Expand Down Expand Up @@ -221,9 +221,8 @@ defaults: &DEFAULTS
zip_size: 11_000_000_000
api_zip_size: 200_000_000
files: 1000
frictionless:
# 150 MB and below
size_limit: 10_000_000
frictionless:
size_limit: 50_000_000
missing_values: ",NA,na,N/A,n/a,N.A.,n.a.,-,.,empty,blank"
rate_limit:
file_downloads_per_hour: 100
Expand Down Expand Up @@ -436,4 +435,4 @@ production: &PRODUCTION
v3_production:
<<: *PRODUCTION

<% end %>
<% end %>

0 comments on commit 2063559

Please sign in to comment.