change time watchFile

This commit is contained in:
joseph le 2023-09-05 09:08:24 +07:00
parent 189e10f234
commit b97e874f00
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,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 = [];