Skip to content

Commit

Permalink
Adjust CLI page size (#4682)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Jul 25, 2023
1 parent 157bf67 commit 8753b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tdbg/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func AdminShowWorkflow(c *cli.Context) error {
EndEventId: endEventId,
StartEventVersion: startEventVerion,
EndEventVersion: endEventVersion,
MaximumPageSize: 10000,
MaximumPageSize: 100,
NextPageToken: token,
})
if err != nil {
Expand Down

0 comments on commit 8753b8e

Please # to comment.