diff options
Diffstat (limited to 'gnuradio-core/gnuradio-core.conf')
-rw-r--r-- | gnuradio-core/gnuradio-core.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnuradio-core/gnuradio-core.conf b/gnuradio-core/gnuradio-core.conf index 70eb00236..d575d1dc8 100644 --- a/gnuradio-core/gnuradio-core.conf +++ b/gnuradio-core/gnuradio-core.conf @@ -6,5 +6,9 @@ verbose = False +# The maximum number of messages a block will store up before pruning +# the queue by popping messages from the front. +max_messages = 100 + [PerfCounters] on = False |