Преглед на файлове

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>