summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-08-20 15:40:35 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-08-20 15:40:35 +0200
commitdb15acb5b122706482d1b1dcfdd87359b3aeb577 (patch)
tree16a0d62993f4cfa91593f90af1d11e9c72107c66
parentc112df16fbbb801d04db90585976eb650413a847 (diff)
downloadtemplogger-v2-db15acb5b122706482d1b1dcfdd87359b3aeb577.tar.gz
templogger-v2-db15acb5b122706482d1b1dcfdd87359b3aeb577.tar.xz
Lower argmaxHEADmaster
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xplot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.py b/plot.py
index 01def4c..b48ab95 100755
--- a/plot.py
+++ b/plot.py
@@ -23,7 +23,7 @@ if len(sys.argv) != 3:
log_file = sys.argv[1]
png_file = sys.argv[2]
rrd_file = "tmp.rrd"
-argmax = 50000
+argmax = 20000
#### start of config