Ver código fonte

Be more tolerant when a lot of data is transmitted

Yentl Van Tendeloo 8 anos atrás
pai
commit
90e9fb2ef3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      hybrid_server/classes/mvkcontroller.xml

+ 1 - 1
hybrid_server/classes/mvkcontroller.xml

@@ -133,7 +133,7 @@
                                     self.all_failed = False
 
                                 # Now process for some steps, or until we are again blocked for input
-                                for x in xrange(200):
+                                for x in xrange(100):
                                     self.execute_modelverse(user, "execute_rule", [])
 
                                     if not self.mvk.success: