diff --git a/lib/dtscmeta.cpp b/lib/dtscmeta.cpp index 84b5f9fe..c4cf8b48 100644 --- a/lib/dtscmeta.cpp +++ b/lib/dtscmeta.cpp @@ -131,7 +131,7 @@ namespace DTSC { return; } if(!src.spool()){ - if (sleepCount++ > 50){ + if (sleepCount++ > 150){ WARN_MSG("Waiting for packet on connection timed out"); return; }