From 1c584aca150dd2588786cb98f0608a1530af0de0 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 7 Dec 2018 10:54:21 +1300 Subject: [PATCH] Reduce the threshold to convert to TB to 1 TB --- bin/mythtv-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, { -- 2.30.2