Showing
1 changed file
with
1 additions
and
1 deletions
@@ -26,7 +26,7 @@ public class CouponAndProductConditionsBuilder { | @@ -26,7 +26,7 @@ public class CouponAndProductConditionsBuilder { | ||
26 | 26 | ||
27 | private static final String SKUP_FORBID_TYPE_NONE = "0"; | 27 | private static final String SKUP_FORBID_TYPE_NONE = "0"; |
28 | 28 | ||
29 | - private static final int MAX_LIST_SIZE = 5000; | 29 | + private static final int MAX_LIST_SIZE = 500; |
30 | 30 | ||
31 | private static final Logger logger = LoggerFactory.getLogger(CouponAndProductConditionsBuilder.class); | 31 | private static final Logger logger = LoggerFactory.getLogger(CouponAndProductConditionsBuilder.class); |
32 | 32 |
-
Please register or login to post a comment