Changeset d2ab4c5 in trunk
- Timestamp:
- 2016-04-26T18:18:44Z (9 years ago)
- Branches:
- master
- Children:
- 84a1064
- Parents:
- d05da27
- git-author:
- Brian Warner <warner@…> (2016-04-26 17:44:54)
- git-committer:
- Brian Warner <warner@…> (2016-04-26 18:18:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/scripts/create_node.py ¶
rd05da27 rd2ab4c5 113 113 c.write("#stats_gatherer.furl =\n") 114 114 c.write("\n") 115 c.write("# What encoding parameters should this client use for uploads?\n") 115 c.write("# Encoding parameters this client will use for newly-uploaded files\n") 116 c.write("# This can be changed at any time: the encoding is saved in\n") 117 c.write("# each filecap, and we can download old files with any encoding\n") 118 c.write("# settings\n") 116 119 c.write("#shares.needed = 3\n") 117 120 c.write("#shares.happy = 7\n")
Note: See TracChangeset
for help on using the changeset viewer.