Skip to content

Commit

Permalink
[RFR-1122] Add buffer-size to object storage config
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Sep 4, 2024
1 parent e7a7b9f commit b67ffb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collector/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ loadCollectorParameters() {
\"project-identifier\":\"$STORAGE_PROJECT_IDENTIFIER\",\
\"bucket-name\":\"$STORAGE_BUCKET_NAME\",\
\"credentials-file\":\"$STORAGE_CREDENTIALS_FILE\",\
\"collection-name\":\"$STORAGE_COLLECTION_NAME\"\
\"collection-name\":\"$STORAGE_COLLECTION_NAME\",\
\"buffer-size\": 500000\
}"

else
Expand Down

0 comments on commit b67ffb4

Please sign in to comment.