Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Nov 27, 2024
1 parent b89552b commit 74979c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/kwok/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ func runE(ctx context.Context, flags *flagpole) error {
NodeIP: flags.Options.NodeIP,
NodeName: flags.Options.NodeName,
NodePort: flags.Options.NodePort,
PodPlayStageParallelism: flags.Options.PodPlayStageParallelism,
NodePlayStageParallelism: flags.Options.NodePlayStageParallelism,
PodPlayStageParallelism: 64,
NodePlayStageParallelism: 64,
LocalStages: groupStages,
NodeLeaseParallelism: flags.Options.NodeLeaseParallelism,
NodeLeaseParallelism: 64,
NodeLeaseDurationSeconds: flags.Options.NodeLeaseDurationSeconds,
ID: id,
})
Expand Down

0 comments on commit 74979c0

Please sign in to comment.