Closed kylegoetz closed 6 months ago
Hi @kylegoetz, this is a known / intentional issue due to a temporary technical limitation. We can leave the ticket open to track it though.
We have a hack in the works to help though until we can plan the less hacky fix.
In the mean time though, you should only have to reupload it once, not more than once.
Would this same issue be related to this:
serverSentEvent/main> clone @unison/http
Downloaded 35443 entities.
Cloned @unison/http/main.
@unison/http/main> edit HttpResponse.fromStream
[snip]
@unison/http/main> branch typo
[snip]
@unison/http/typo> update
[snip]
@unison/http/typo> push
Uploaded 98133 entities.
Downloaded 35K but uploaded 98K. The only thing I did was change one character of a Text from "o" to "u"
@kylegoetz I believe this is fixed now; can you confirm or deny?
Doesn't appear to happen anymore. I"ve been pushing a runtime-tests
branch and whenever I do, it's just a handful of the entities being uploaded. Given the low number, I'm assuming it's just the modified term + the descendants that are updated to use a different hash for the term.
@unison
)When I did this, this was the output:
Shouldn't only 1 entity need to be uploaded?