xzw hace 2 años
padre
commit
38a57fa59d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/Viewer.vue

+ 1 - 1
src/pages/Viewer.vue

@@ -586,7 +586,7 @@ const onRuleHandler = (sdk) =>{
     rule.bus.on('end',()=>{
         setTimeout(() => {
             onRuleHandler(sdk)    
-        }, 1000);
+        }, 1);
     })
     rules.push(rule)
 }