X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.cpp;h=c216d8d2627344264d940e4ab7a8d1a3db26c6d5;hb=634ecdcdad8c19ec27c879d3eae74c4d65030511;hp=c5a0e4a7a36d54957e2c96312a796782e1b7e90a;hpb=e8bb7c69bce723ed2b116598012cf85deb191ba8;p=pulseview.git diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index c5a0e4a..c216d8d 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -53,7 +53,7 @@ namespace data { const double DecoderStack::DecodeMargin = 1.0; const double DecoderStack::DecodeThreshold = 0.2; -const int64_t DecoderStack::DecodeChunkLength = 4096; +const int64_t DecoderStack::DecodeChunkLength = 10 * 1024 * 1024; const unsigned int DecoderStack::DecodeNotifyPeriod = 1024; mutex DecoderStack::global_srd_mutex_;