From dac7f905c2761bdb54d21c8bcaee818bd3fd3489 Mon Sep 17 00:00:00 2001 From: wangyuerg Date: Fri, 26 Mar 2021 16:40:13 +0800 Subject: fix: fix the bug of continuous loading Signed-off-by: wangyuerg Change-Id: Ic8f8bb39f12bf77b67d98c4f2fb96179df33ec7b Issue-ID: USECASEUI-527 --- usecaseui-portal/src/app/views/services/slicing-management/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usecaseui-portal/src/app/views/services/slicing-management/constant.ts') diff --git a/usecaseui-portal/src/app/views/services/slicing-management/constant.ts b/usecaseui-portal/src/app/views/services/slicing-management/constant.ts index 4a0e4d4f..2cdf6cbe 100644 --- a/usecaseui-portal/src/app/views/services/slicing-management/constant.ts +++ b/usecaseui-portal/src/app/views/services/slicing-management/constant.ts @@ -1,3 +1,3 @@ // The polling interval of this module is set here uniformly // communication service, sclcing resouce management--slicing business management, -export const INTERVAL_TIME = 100000; +export const INTERVAL_TIME = 5000; -- cgit 1.2.3-korg