]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Reduce the threshold to convert to TB to 1 TB
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 6 Dec 2018 21:54:21 +0000 (10:54 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 6 Dec 2018 21:54:21 +0000 (10:54 +1300)
bin/mythtv-status

index 49ba0f404c40dfff3dc532c5962c3f4e01a5d46a..8270b7d845f8a19a568f89a7b6d080522ebfd3c2 100755 (executable)
@@ -77,7 +77,7 @@ $c->{'oneliner_bullets'} ||= 0;
 my @size_thresholds = (
   {
     'unit' => 'TB',
-    'threshold' => 2 * 1024 * 1024,
+    'threshold' => 1024 * 1024,
     'conversion' => 1024 * 1024,
   },
   {