Calc gigabytes by 1024 (#1075)

This commit is contained in:
Jason Meller 2017-01-20 20:44:58 -05:00 committed by GitHub
parent c56a8b3465
commit 3f55080a27

View file

@ -1,6 +1,6 @@
import moment from 'moment';
const BYTES_PER_GIGABYTE = 1000000000;
const BYTES_PER_GIGABYTE = 1074000000;
const NANOSECONDS_PER_MILLISECOND = 1000000;
const inGigaBytes = (bytes) => {