adamsaghy commented on code in PR #3053:
URL: https://github.com/apache/fineract/pull/3053#discussion_r1138573442


##########
fineract-provider/src/main/java/org/apache/fineract/cob/service/InlineLoanCOBExecutorServiceImpl.java:
##########
@@ -78,6 +79,7 @@
 public class InlineLoanCOBExecutorServiceImpl implements 
InlineExecutorService<Long> {
 
     private static final String JOB_EXECUTION_FAILED_MESSAGE = "Job execution 
failed for job with name: ";
+    private static final Integer INLINE_COB_REQUEST_ITEM_LIMIT = 1000;

Review Comment:
   I think it would be better to be moved this into application.properties.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to