Skip to content

Commit

Permalink
Fix the NumBatchDeserializationWorkersFlag passing
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed Jun 5, 2024
1 parent 6be806f commit 224ec33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ var optionalFlags = []cli.Flag{
OverrideStoreDurationBlocksFlag,
TestPrivateBlsFlag,
NumBatchValidatorsFlag,
NumBatchDeserializationWorkersFlag

Check failure on line 294 in node/flags/flags.go

View workflow job for this annotation

GitHub Actions / Integration Tests

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 294 in node/flags/flags.go

View workflow job for this annotation

GitHub Actions / Linter

syntax error: unexpected newline in composite literal; possibly missing comma or } (typecheck)

Check failure on line 294 in node/flags/flags.go

View workflow job for this annotation

GitHub Actions / Linter

missing ',' before newline in composite literal (typecheck)

Check failure on line 294 in node/flags/flags.go

View workflow job for this annotation

GitHub Actions / Linter

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 294 in node/flags/flags.go

View workflow job for this annotation

GitHub Actions / Linter

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 294 in node/flags/flags.go

View workflow job for this annotation

GitHub Actions / Linter

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)
InternalDispersalPortFlag,
InternalRetrievalPortFlag,
ClientIPHeaderFlag,
Expand Down

0 comments on commit 224ec33

Please sign in to comment.