diff options
author | xu ran <xuranyjy@chinamobile.com> | 2021-03-03 08:06:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-03 08:06:18 +0000 |
commit | 6949b31f7699fb80d63b1ebb5fad4488bc453a89 (patch) | |
tree | 81a846956fb65c7429c004dccfddf1097d074335 /usecaseui-portal/src/app/views/services/slicing-management/constant.ts | |
parent | 6c0b971189ccff49ed521abafc36ec1a4c5a1603 (diff) | |
parent | de369a26154bcc127cefe5df99d7927f53ef6211 (diff) |
Merge "refactor: add a variable to control the frequency of polling uniformly"
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 | 3 |
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; |