SbloodyS commented on code in PR #16947:
URL: 
https://github.com/apache/dolphinscheduler/pull/16947#discussion_r1926431272


##########
dolphinscheduler-ui/src/components/log-modal/index.tsx:
##########
@@ -67,8 +71,12 @@ export default defineComponent({
     const { t } = useI18n()
 
     const variables = reactive({
-      isFullscreen: false
+      isFullscreen: false,
+      autoScrollToBottom: true // New state variable

Review Comment:
   In the production environment, 1000 is not enough for automatic refresh. It 
will cause great performance pressure on both frontend and backend. And we 
should avoid repeated execution and set a delay for it.



-- 
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