diff --git a/config.c b/config.c index b16cea1..c998555 100644 --- a/config.c +++ b/config.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: config.c,v 1.7 2007/09/28 16:44:59 rahrenbe Exp $ + * $Id: config.c,v 1.8 2007/09/28 19:56:03 rahrenbe Exp $ */ #include "common.h" @@ -14,7 +14,7 @@ cIptvConfig IptvConfig; cIptvConfig::cIptvConfig(void) : readBufferTsCount(48), tsBufferSize(2), - tsBufferPrefillRatio(0), + tsBufferPrefillRatio(25), fileIdleTimeMs(5) { }