From de369a26154bcc127cefe5df99d7927f53ef6211 Mon Sep 17 00:00:00 2001 From: wangyuerg Date: Wed, 3 Mar 2021 15:13:37 +0800 Subject: refactor: add a variable to control the frequency of polling uniformly Signed-off-by: wangyuerg Change-Id: I80d7b50d3158d4fbd1ac714ded9ba7372068087b Issue-ID: USECASEUI-527 --- usecaseui-portal/src/app/views/services/slicing-management/constant.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 usecaseui-portal/src/app/views/services/slicing-management/constant.ts (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 new file mode 100644 index 00000000..2cdf6cbe --- /dev/null +++ b/usecaseui-portal/src/app/views/services/slicing-management/constant.ts @@ -0,0 +1,3 @@ +// The polling interval of this module is set here uniformly +// communication service, sclcing resouce management--slicing business management, +export const INTERVAL_TIME = 5000; -- cgit 1.2.3-korg