This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch notify_message
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/notify_message by this push:
new f40d59df1 [Improve] notify message improve
f40d59df1 is described below
commit f40d59df172ede600685cbbeb0a28fd8060d100c
Author: benjobs <[email protected]>
AuthorDate: Mon Aug 5 21:11:28 2024 +0800
[Improve] notify message improve
---
.../src/layouts/default/header/components/notify/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-webapp/src/layouts/default/header/components/notify/index.vue
b/streampark-console/streampark-console-webapp/src/layouts/default/header/components/notify/index.vue
index f840cf825..c0c658b96 100644
---
a/streampark-console/streampark-console-webapp/src/layouts/default/header/components/notify/index.vue
+++
b/streampark-console/streampark-console-webapp/src/layouts/default/header/components/notify/index.vue
@@ -120,7 +120,7 @@
}
}
- setInterval(() => getNotifyList(1), 5000);
+ setInterval(() => getNotifyList(1), 1000 * 30);
return {
prefixCls,