From dfcebb54e2d1d22878931b7669d375fb68a33631 Mon Sep 17 00:00:00 2001
From: Ye Zhihao <vigilans@foxmail.com>
Date: Tue, 15 Oct 2019 16:46:12 +0800
Subject: [PATCH] Update readme.md for refreshDelay setting (#194)

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 52a29ee6..fc54b544 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ A lightweight extension to provide additional Java project explorer features. It
 | `java.dependency.showOutline` | Specify whether to show the outline in the dependency viewer. | `true` |
 | `java.dependency.syncWithFolderExplorer` | Specify whether to sync the folder with dependency viewer when browsering files.  | `true` |
 | `java.dependency.autoRefresh` | Specify whether to automatically sync the change from editor to the dependency viewer. | `true` |
+| `java.dependency.refreshDelay` | The delay time (ms) the auto refresh is invoked when changes are detected. | `2000ms` |
 | `java.dependency.packagePresentation` | Specify how to display the package. Supported values are: `flat`, `hierarchical`.| `flat` |
 
 ## Contribution