Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ public class SnapshotDiffHandler extends Handler {
private String token;

@CommandLine.Option(names = {"-p", "--page-size"},
description = "number of diff entries to be returned in the response",
description = "number of diff entries to be returned in the response. " +
"Note the effective page size will also be bound by " +
"the server-side page size limit, see config:\n" +
" ozone.om.snapshot.diff.max.page.size",
defaultValue = "1000",
showDefaultValue = CommandLine.Help.Visibility.ALWAYS
)
Expand Down