summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/slicing-management/constant.ts
diff options
context:
space:
mode:
authorwangyuerg <wangyuerg@chinamobile.com>2021-03-03 15:13:37 +0800
committerYue Wang <wangyuerg@chinamobile.com>2021-03-03 07:51:13 +0000
commitde369a26154bcc127cefe5df99d7927f53ef6211 (patch)
tree78c33c0f8bfc427f7977d6e348cfcbd66883956e /usecaseui-portal/src/app/views/services/slicing-management/constant.ts
parent0e9d72db353f4477d60f33807a03801cf9ec606a (diff)
refactor: add a variable to control the frequency of polling uniformly
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com> Change-Id: I80d7b50d3158d4fbd1ac714ded9ba7372068087b 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.ts3
1 files changed, 3 insertions, 0 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
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;