chore: update backend parameters and logs reading frequency

This commit is contained in:
jialin
2025-06-30 18:57:13 +08:00
parent 143f6df2c1
commit b2e9cbb44a
4 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const LogsList: React.FC<LogsListProps> = forwardRef((props, ref) => {
const isBottom = scrollTop + clientHeight + 150 >= scrollHeight;
// is scroll to top
if (scrollTop === 0) {
if (scrollTop <= 10) {
onScroll?.({
isTop: true,
isBottom: false