diff options
author | wangyuerg <wangyuerg@chinamobile.com> | 2021-03-26 16:40:13 +0800 |
---|---|---|
committer | wangyuerg <wangyuerg@chinamobile.com> | 2021-03-26 16:40:38 +0800 |
commit | dac7f905c2761bdb54d21c8bcaee818bd3fd3489 (patch) | |
tree | 36ff071c6aef5b85869d0982d0617329867bc8e3 /usecaseui-portal/src/app/views/services/slicing-management/constant.ts | |
parent | 536421f8efaee44685f6efbdaf89ae3648cbb7f5 (diff) |
fix: fix the bug of continuous loading
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com>
Change-Id: Ic8f8bb39f12bf77b67d98c4f2fb96179df33ec7b
Issue-ID: USECASEUI-527
Diffstat (limited to 'usecaseui-portal/src/app/views/services/slicing-management/constant.ts')
-rw-r--r-- | usecaseui-portal/src/app/views/services/slicing-management/constant.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |