summaryrefslogtreecommitdiff
path: root/gnuradio-core/gnuradio-core.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/gnuradio-core.conf')
-rw-r--r--gnuradio-core/gnuradio-core.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnuradio-core/gnuradio-core.conf b/gnuradio-core/gnuradio-core.conf
new file mode 100644
index 000000000..d575d1dc8
--- /dev/null
+++ b/gnuradio-core/gnuradio-core.conf
@@ -0,0 +1,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