From 98446e51c7a953581bd459a90b2d851be37fc8be Mon Sep 17 00:00:00 2001 From: Sergii Mikhtoniuk Date: Tue, 14 May 2024 22:47:16 +0200 Subject: [PATCH] Add ODF vars to .env.example --- .env.example | 6 +++++- src/infra/core/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e03c79032..cce364903 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ # Offline database mode by default SQLX_OFFLINE=true -# Only for possible for a multi-tenant workspace +# Only possible for a multi-tenant workspace KAMU_AUTH_GITHUB_CLIENT_ID= KAMU_AUTH_GITHUB_CLIENT_SECRET= @@ -15,3 +15,7 @@ KAMU_BASE_URL_FLIGHTSQL= # Override the path to the workspace KAMU_WORKSPACE= + +# Ingest parameters +ODF_BATCH_SIZE= +ODF_POLL_TIMEOUT_MS= diff --git a/src/infra/core/Cargo.toml b/src/infra/core/Cargo.toml index 5305a3104..89298c52c 100644 --- a/src/infra/core/Cargo.toml +++ b/src/infra/core/Cargo.toml @@ -80,7 +80,7 @@ aws-sdk-s3 = { version = "0.35" } aws-smithy-http = { version = "0.57", features = ["rt-tokio"] } aws-smithy-types = { version = "0.57" } aws-credential-types = { version = "0.57" } -trust-dns-resolver = "0.23" # TODO: Needed for DNSLink resolution with IPFS +trust-dns-resolver = "0.23" # TODO: Needed for DNSLink resolution with IPFS http = "0.2" # Utils