diff options
Diffstat (limited to 'gnuradio-core/gnuradio-core.conf')
-rw-r--r-- | gnuradio-core/gnuradio-core.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnuradio-core/gnuradio-core.conf b/gnuradio-core/gnuradio-core.conf index 178b288e8..d575d1dc8 100644 --- a/gnuradio-core/gnuradio-core.conf +++ b/gnuradio-core/gnuradio-core.conf @@ -5,3 +5,10 @@ [DEFAULT] 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 |