[AV] Reduce chunk size

This commit is contained in:
emeric
2015-11-21 11:44:11 +01:00
parent 3de401c218
commit c295cf501b
@@ -42,7 +42,7 @@ class AvConvTranscodeStreamResource : public Wt::WResource
boost::filesystem::path _filePath;
Av::TranscodeParameters _parameters;
static const std::size_t _bufferSize = 8192*16;
static const std::size_t _bufferSize = 8192;
};
} // namespace UserInterface