Skip to content

Commit

Permalink
chore: remove max_csv_mb
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Jul 3, 2024
1 parent 3e781b6 commit 9568333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ publish_to_github() {

publish_to_vercel() {
echo "Publishing datasette to Vercel..."
datasette publish vercel michelin.db --project=michelin-my-maps --install=datasette-cluster-map --install=datasette-hashed-urls --token="$VERCEL_TOKEN" --metadata metadata.json --setting allow_download off --setting allow_csv_stream off --setting max_csv_mb 0 --extra-options "-i"
datasette publish vercel michelin.db --project=michelin-my-maps --install=datasette-cluster-map --install=datasette-hashed-urls --token="$VERCEL_TOKEN" --metadata metadata.json --setting allow_download off --setting allow_csv_stream off --extra-options "-i"
}

main "$@"

0 comments on commit 9568333

Please sign in to comment.