aboutsummaryrefslogtreecommitdiff
path: root/featureClass/featureManager.js
diff options
context:
space:
mode:
Diffstat (limited to 'featureClass/featureManager.js')
-rw-r--r--featureClass/featureManager.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js
index 95fba3c..6a9df4c 100644
--- a/featureClass/featureManager.js
+++ b/featureClass/featureManager.js
@@ -124,7 +124,7 @@ class FeatureManager {
let moduleToReload = this.watches[key]
if(this.features[moduleToReload] && !this.reloadingModules.includes(moduleToReload)){ //if enabled && not alr in queue
this.reloadingModules.push(moduleToReload)
- this.reloadModuleTime = Date.now()+1000
+ this.reloadModuleTime = Date.now()+5000
}
key.pollEvents()/*.forEach(event=>{
console.log(event.context().toString())