]> git.vomp.tv Git - vompclient.git/commitdiff
*** empty log message ***
authorChris Tallon <chris@vomp.tv>
Wed, 18 Oct 2006 22:53:25 +0000 (22:53 +0000)
committerChris Tallon <chris@vomp.tv>
Wed, 18 Oct 2006 22:53:25 +0000 (22:53 +0000)
vfeed.cc

index 0255b9878f81b837689435c9f3590c3539ea6adf..a7a885f1dffd6c434fbebd012a2f373a806c964c 100644 (file)
--- a/vfeed.cc
+++ b/vfeed.cc
@@ -70,7 +70,7 @@ void VFeed::threadMethod()
     else
     {
 //      Log::getInstance()->log("VFeed", Log::DEBUG, "No data delay");
-      MILLISLEEP(100);
+      MILLISLEEP(50);
     }
   }
 }