From 90f510b12123b021ea2b905cdac1e99971ad8d1c Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Mon, 3 Jan 2022 17:22:36 +0800 Subject: Add suggestion gui --- featureClass/featureManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'featureClass') 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()) -- cgit