X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.cpp;fp=pv%2Fdata%2Fdecoderstack.cpp;h=d4daa5902a1d2a47d9f727da8dda74c5c6f5ef9c;hp=441ff3c3df9f327a5ce25f80759eebd11073eac2;hb=add091eb7183fb399db139f29f3a0b4c85bd4273;hpb=40ec0302a21055e85572ced539c457f0d8484c82 diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index 441ff3c3..d4daa590 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -55,7 +55,7 @@ namespace data { const double DecoderStack::DecodeMargin = 1.0; const double DecoderStack::DecodeThreshold = 0.2; const int64_t DecoderStack::DecodeChunkLength = 4096; -const unsigned int DecoderStack::DecodeNotifyPeriod = 65536; +const unsigned int DecoderStack::DecodeNotifyPeriod = 1024; mutex DecoderStack::global_srd_mutex_;