wolfboys commented on code in PR #3988:
URL:
https://github.com/apache/incubator-streampark/pull/3988#discussion_r1727118129
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/impl/SettingServiceImpl.java:
##########
@@ -62,6 +63,8 @@ public class SettingServiceImpl extends
ServiceImpl<SettingMapper, Setting>
private final Setting emptySetting = new Setting();
+ private static final int DEFAULT_STREAMPARK_UPLOADS_RECORD_LIMIT = 25;
Review Comment:
Can the System-setting page (front-end) change this value?
--
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]