Skip to content

Commit

Permalink
refactor/set the default limit = 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwei1 committed Jun 14, 2024
1 parent 62a1419 commit 4f928f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obp-api/src/main/scala/code/api/constant/constant.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Constant extends MdcLoggable {

object Pagination {
final val offset = 0
final val limit = 500
final val limit = 50
}

final val shortEndpointTimeoutInMillis = APIUtil.getPropsAsLongValue(nameOfProperty = "short_endpoint_timeout", 1L * 1000L)
Expand Down

0 comments on commit 4f928f8

Please sign in to comment.