diff options
Diffstat (limited to 'gnuradio-core/gnuradio-core.conf.in')
-rw-r--r-- | gnuradio-core/gnuradio-core.conf.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnuradio-core/gnuradio-core.conf.in b/gnuradio-core/gnuradio-core.conf.in index 02aa84b4b7..0db837a377 100644 --- a/gnuradio-core/gnuradio-core.conf.in +++ b/gnuradio-core/gnuradio-core.conf.in @@ -5,6 +5,11 @@ [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 + + [LOG] # Levels can be (case insensitive): # trace, debug, info, warn, error, fatal |