diff --git a/app/utils/runtimeCheckLogs.ts b/app/utils/runtimeCheckLogs.ts
index 4831f51..a94cf04 100644
--- a/app/utils/runtimeCheckLogs.ts
+++ b/app/utils/runtimeCheckLogs.ts
@@ -79,7 +79,7 @@ export async function runtimeCheckLogs(folderPath) {
const filePath = `${folderPath}/${fileName}`;
const scan = fs.watchFile(
filePath,
- { interval: 5000 },
+ { interval: 300000 },
async (eventType) => {
//check special item, extra RAM, error in log
let lines = [];
diff --git a/manage-view/src/App.js b/manage-view/src/App.js
index 28d4025..21195a5 100644
--- a/manage-view/src/App.js
+++ b/manage-view/src/App.js
@@ -17,10 +17,7 @@ function App() {