@robertgendler commented on GitHub:
Please check to make sure this works.
We'll migrate it to Big Sur and Monterey if all is good.
@golbiga commented on GitHub:
This is fixed. Thanks for catching it.
@jmahlman commented on GitHub:
Fixes pushed to OS branches.
@jmahlman commented on GitHub:
Setting hibernatemode to 25 does work on Apple silicon, so that can remain. I have updated my check/fix in the original post.
@jmahlman commented on GitHub:
Clarification from Apple:
I did some digging on this and “standby” on Apple silicon systems is not applicable at all. While the command option is there…
@jmahlman commented on GitHub:
Attaching link: https://workbench.cisecurity.org/sections/1447537/recommendations/2326211
@JustAnotherArchivist commented on GitHub:
Sorry for the delay.
My main problem is uploading over high-latency links; so far, I use PUT because I do need the deletion URLs, but I create a…
@paolafrancesca commented on GitHub:
I'd rather add HTTP pipelining to PUT, please, can you make some tests on your side for this?
@JustAnotherArchivist commented on GitHub:
I finally got around to testing this. In our setup, transfer.sh is behind nginx. At least in this case, multiple PUT requests over one connection work…
@JustAnotherArchivist commented on GitHub:
For future reference, this has since been implemented via #419 and #435.
@vaughnhart commented on GitHub:
sudo pmset -a destroyfvkeyonstandby 1 sudo pmset -a hibernatemode 25 sudo pmset -a powernap 0 sudo pmset -a standby 0 sudo pmset -a standbydelay 0 sudo pmset…
@jmahlman commented on GitHub:
I have opened an Apple enterprise case to get clarification on what standby actually does and expects. It seems that it should be a boolean, but I cannot see any…