blob: d575d1dc8ab8bfe5a90c7778413ca4edf420e01c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This file contains system wide configuration data for GNU Radio.
# You may override any setting on a per-user basis by editing
# ~/.gnuradio/config.conf
[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
|