*** libs/libmythtv/ThreadedFileWriter.cpp~ 2006-07-24 15:24:07.000000000 -0700 --- libs/libmythtv/ThreadedFileWriter.cpp 2006-09-16 17:48:25.611412356 -0700 *************** *** 21,29 **** #define LOC QString("TFW: ") #define LOC_ERR QString("TFW, Error: ") ! const uint ThreadedFileWriter::TFW_DEF_BUF_SIZE = 2*1024*1024; ! const uint ThreadedFileWriter::TFW_MAX_WRITE_SIZE = TFW_DEF_BUF_SIZE / 4; ! const uint ThreadedFileWriter::TFW_MIN_WRITE_SIZE = TFW_DEF_BUF_SIZE / 8; /** \class ThreadedFileWriter * \brief This class supports the writing of recordings to disk. --- 21,29 ---- #define LOC QString("TFW: ") #define LOC_ERR QString("TFW, Error: ") ! const uint ThreadedFileWriter::TFW_DEF_BUF_SIZE = 128*1024*1024; ! const uint ThreadedFileWriter::TFW_MAX_WRITE_SIZE = TFW_DEF_BUF_SIZE / 24; ! const uint ThreadedFileWriter::TFW_MIN_WRITE_SIZE = TFW_DEF_BUF_SIZE / 512; /** \class ThreadedFileWriter * \brief This class supports the writing of recordings to disk.