فهرست منبع

Remove long delay on timeout

Yentl Van Tendeloo 9 سال پیش
والد
کامیت
0fdd15df8f
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>