Skip to content

Commit 134ad38

Browse files
committed
Dynamic Plugin loading very slowly (#4234)
Signed-off-by: Keith Chong <kykchong@redhat.com>
1 parent d3cd7fe commit 134ad38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/utils/useEnvDetails.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const useEnvDetails = (appName, manifestURL) => {
3333
}
3434
};
3535

36+
getAppData();
3637
const id = setInterval(getAppData, fetchDataFrequency * 1000);
3738
return () => {
3839
ignore = true;

0 commit comments

Comments
 (0)