commit | 36ff29d766b107b68777f40ad131c39efb123f9c | [log] [tgz] |
---|---|---|
author | Dhruv Srivastava <dhruvsri@google.com> | Wed Sep 22 18:31:02 2021 +0200 |
committer | Dhruv Srivastava <dhruvsri@google.com> | Thu Sep 23 13:16:30 2021 +0200 |
tree | c83c197e0397a11bcad8cd8a9bf9466dc03937a5 | |
parent | 8d341a911ff226ebab4883cbcc3de5a38a0c4028 [diff] [blame] |
Add auto reloading to change list view Change-Id: I39b0e479226c15babe2d1bb2a0d0b7629e3366cc
diff --git a/polygerrit-ui/app/constants/constants.ts b/polygerrit-ui/app/constants/constants.ts index 2acad49..8f94b38 100644 --- a/polygerrit-ui/app/constants/constants.ts +++ b/polygerrit-ui/app/constants/constants.ts
@@ -304,3 +304,5 @@ theme: 'DEFAULT', }; } + +export const RELOAD_DASHBOARD_INTERVAL_MS = 10 * 1000;