Changeset eba64f2a in trunk
- Timestamp:
- 2012-12-27T23:38:58Z (12 years ago)
- Branches:
- master
- Children:
- a5895b9
- Parents:
- 3888915
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified docs/configuration.rst ¶
r3888915 reba64f2a 454 454 455 455 This string contains a number, with an optional case-insensitive scale 456 suffix like "K" or "M" or "G", and an optional "B" or "iB" suffix. So 457 "100MB", "100M", "100000000B", "100000000", and "100000kb" all mean the 458 same thing. Likewise, "1MiB", "1024KiB", and "1048576B" all mean the same 459 thing. 456 suffix, optionally followed by "B" or "iB". The supported scale suffixes 457 are "K", "M", "G", "T", "P" and "E", and a following "i" indicates to use 458 powers of 1024 rather than 1000. So "100MB", "100 M", "100000000B", 459 "100000000", and "100000kb" all mean the same thing. Likewise, "1MiB", 460 "1024KiB", "1024 Ki", and "1048576 B" all mean the same thing. 460 461 461 462 "``tahoe create-node``" generates a tahoe.cfg with
Note: See TracChangeset
for help on using the changeset viewer.