Преглед изворни кода

Remove long delay on timeout

Yentl Van Tendeloo пре 9 година
родитељ
комит
5f32287e43
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      hybrid_server/classes/mvkcontroller.xml

+ 1 - 1
hybrid_server/classes/mvkcontroller.xml

@@ -177,7 +177,7 @@
                         </raise>
                     </transition>
 
-                    <transition cond="self.timeout and self.destination is None" after="self.sccd_yield() + 0.1" target="."/>
+                    <transition cond="self.timeout and self.destination is None" after="self.sccd_yield()" target="."/>
 
                     <transition cond="not self.timeout and self.destination is None" after="self.sccd_yield()" target="."/>
                 </state>