Bytes
Some settings use human readable byte sizes. Here is a table of the byte sizes and their human readable counterparts.
Unit | Bytes |
---|---|
b | 1 byte |
kb | 1024 bytes |
mb | 1024 * 1024 bytes |
gb | 1024 * 1024 * 1024 bytes |
tb | 1024 * 1024 * 1024 * 1024 bytes |
pb | 1024 * 1024 * 1024 * 1024 * 1024 bytes |
Example
1gb
will resolve to1073741824
bytes1tb
will resolve to1099511627776
bytes1
will resolve to1
byte1kb
will resolve to1024
bytes- you can use these values in any setting field that requires a byte size
2FA
2 Factor Authentication with TOTP (time-based one-time password) is a...
Customizing the Dashboard
Zipline offers a couple of settings that let you customize the dashboa...
Last updated: 2/7/2025
Edit this page on GitHub