Forráskód Böngészése

Remove long delay on timeout

Yentl Van Tendeloo 9 éve
szülő
commit
0fdd15df8f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>