]> arthur.barton.de Git - netdata.git/commitdiff
change default priority of example module
authorpaulfantom <paulfantom@gmail.com>
Sun, 12 Jun 2016 12:03:21 +0000 (14:03 +0200)
committerpaulfantom <paulfantom@gmail.com>
Sun, 12 Jun 2016 12:03:21 +0000 (14:03 +0200)
python.d/example.chart.py

index 3d186cec7fa7ca98758be52f2b7887d162f8dcf4..ddda212a99b864b36dde56a488380b239eb5d526 100644 (file)
@@ -1,7 +1,7 @@
 import random
 
 update_every = 5
-priority = 30000
+priority = 150000
 
 def check():
     return True