Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
increase limit to 500 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
samlesu authored Feb 28, 2020
1 parent 90993c6 commit b1a6d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaincode/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

// OutputAssetPaginationHardLimit is a used to avoid issues listing assets
const OutputAssetPaginationHardLimit = 250
const OutputAssetPaginationHardLimit = 500

// Struct use as output representation of ledger data

Expand Down

0 comments on commit b1a6d28

Please sign in to comment.