change time watcher
This commit is contained in:
parent
9eab08377c
commit
c88f3b2354
|
|
@ -95,7 +95,7 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
const filePath = `${folderPath}/${fileName}`;
|
||||
const scan = fs.watchFile(
|
||||
filePath,
|
||||
{ interval: 300000 },
|
||||
{ interval: 15000 },
|
||||
async (eventType) => {
|
||||
//check special item, extra RAM, error in log
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue