From f7c48d855ece24122dc68e39354d4f5c53b59a63 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 4 Oct 2024 17:07:28 +0000 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5353cd2..dadc1079 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ chokidar.watch('file', { // ignored: (file, _stats) => _stats?.isFile() && !file.endsWith('.txt'), awaitWriteFinish: true, // emit single event when chunked writes are completed - atomic: true // emit proper events when "atomic writes" (mv _tmp file) are used + atomic: true, // emit proper events when "atomic writes" (mv _tmp file) are used // The options also allow specifying custom intervals in ms // awaitWriteFinish: { @@ -120,6 +120,7 @@ chokidar.watch('file', { // pollInterval: 100 // }, // atomic: 100, + interval: 100, binaryInterval: 300,