Skip to content

Commit

Permalink
fix lint (#2253)
Browse files Browse the repository at this point in the history
should really not use auto-merge so much with linting not actually being required
  • Loading branch information
serprex authored Nov 14, 2024
1 parent 825c778 commit 1ce7723
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flow/peerdbenv/dynamicconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ DROP AGGREGATE PEERDB_EPHEMERAL_HEARTBEAT(float4); END;`,
TargetForSetting: protos.DynconfTarget_CLICKHOUSE,
},
{
Name: "PEERDB_S3_PART_SIZE",
Description: "S3 upload part size in bytes, may need to increase for large batches. https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html",
Name: "PEERDB_S3_PART_SIZE",
Description: "S3 upload part size in bytes, may need to increase for large batches. " +
"https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html",
DefaultValue: "0",
ValueType: protos.DynconfValueType_INT,
ApplyMode: protos.DynconfApplyMode_APPLY_MODE_IMMEDIATE,
Expand Down

0 comments on commit 1ce7723

Please sign in to comment.