Skip to content

Commit fcefc85

Browse files
authored
Merge branch 'develop' into add-definitions-artifact
2 parents ba4f34a + e2e537b commit fcefc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrpld/rpc/detail/Tuning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static LimitRange constexpr accountOffers = {10, 200, 400};
2929
static LimitRange constexpr accountTx = {10, 200, 400};
3030

3131
/** Limits for the book_offers command. */
32-
static LimitRange constexpr bookOffers = {0, 60, 100};
32+
static LimitRange constexpr bookOffers = {1, 60, 100};
3333

3434
/** Limits for the no_ripple_check command. */
3535
static LimitRange constexpr noRippleCheck = {10, 300, 400};

0 commit comments

Comments
 (0)