Speed and CPU usage improvements

This commit is contained in:
mathias 2018-12-15 20:54:18 +02:00
parent 3fe8cd9281
commit edb3521902

View file

@ -12,7 +12,7 @@ git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/
done'
./tmux new -d -s remote 'while true; do
ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o StreamLocalBindUnlink=yes -S none -N -T -R 64518:localhost:25565 serv@play.kaboom.pw
ssh -o Compression=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -o StrictHostKeyChecking=no -c aes128-gcm@openssh.com -S none -N -T -R 64518:localhost:25565 serv@play.kaboom.pw
sleep 1
done'