From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Thu, 6 Dec 2018 21:54:21 +0000 (+1300)
Subject: Reduce the threshold to convert to TB to 1 TB
X-Git-Tag: 1.0.0~48
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c584aca150dd2588786cb98f0608a1530af0de0;p=mythtv-status.git

Reduce the threshold to convert to TB to 1 TB
---

diff --git a/bin/mythtv-status b/bin/mythtv-status
index 49ba0f4..8270b7d 100755
--- a/bin/mythtv-status
+++ b/bin/mythtv-status
@@ -77,7 +77,7 @@ $c->{'oneliner_bullets'} ||= 0;
 my @size_thresholds = (
   {
     'unit' => 'TB',
-    'threshold' => 2 * 1024 * 1024,
+    'threshold' => 1024 * 1024,
     'conversion' => 1024 * 1024,
   },
   {