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
1gbwill resolve to1073741824bytes1tbwill resolve to1099511627776bytes1will resolve to1byte1kbwill resolve to1024bytes- 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: Jul 2, 2025
Edit this page on GitHub