mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Consistently name the gbs information
And replace the flag with the full information otherwise the client cannot find the gbs server without talking to the introducer again.
This commit is contained in:
parent
4e5ec27d50
commit
4cd018fc11
@ -154,7 +154,7 @@ Such an announcement will resemble this::
|
||||
|
||||
{
|
||||
"anonymous-storage-FURL": "pb://...", # The old key
|
||||
"anonymous-storage-gbs-FURL": "pb://...#v=2" # The new key
|
||||
"gbs-anonymous-storage-url": "pb://...#v=2" # The new key
|
||||
}
|
||||
|
||||
The transition process will proceed in three stages:
|
||||
@ -250,7 +250,7 @@ For example::
|
||||
"delete-mutable-shares-with-zero-length-writev": true,
|
||||
"fills-holes-with-zero-bytes": true,
|
||||
"prevents-read-past-end-of-share-data": true,
|
||||
"http-protocol-available": true
|
||||
"gbs-anonymous-storage-url": "pb://...#v=2"
|
||||
},
|
||||
"application-version": "1.13.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user