Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ s3:
data_bucket: 'opentimes-data'
public_bucket: 'opentimes-public'
public_data_url: 'https://data.opentimes.org'
endpoint: 'https://fcb279b22cfe4c98f903ad8f9e7ccbb2.r2.cloudflarestorage.com'
endpoint_url: 'https://fcb279b22cfe4c98f903ad8f9e7ccbb2.r2.cloudflarestorage.com'
account_id: 'fcb279b22cfe4c98f903ad8f9e7ccbb2'

# Parameters used to control the chunking of work on GitHub Actions
Expand All @@ -17,7 +17,7 @@ actions:

# The minimum number of origins to include in a job. Higher = fewer jobs
# that take longer. Lower = more jobs that finish quicker
min_chunk_size: 500
min_chunk_size: 400

times:
# Travel times output version. Follows SemVer (kind of):
Expand Down
Loading