We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3776af commit 7069bf2Copy full SHA for 7069bf2
1 file changed
flow/connectors/clickhouse/staging_gcs.go
@@ -15,7 +15,7 @@ import (
15
peerdb_clickhouse "github.com/PeerDB-io/peerdb/flow/pkg/clickhouse"
16
)
17
18
-const gcsSignedURLExpiry = 15 * time.Minute
+const gcsSignedURLExpiry = 1 * time.Hour
19
20
// gcsStagingStore implements StagingStore for Google Cloud Storage using
21
// native GCS SDK and signed URLs for ClickHouse reads.
0 commit comments