Do not count by hand

Humans are too stupid to count, so let the computer do the actual work!
This commit is contained in:
Stefan Tatschner
2015-05-29 16:24:58 +02:00
parent e5242d68b4
commit e3cb19f311
3 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -156,10 +156,10 @@ the iOS platform.
Why does it use so much CPU?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. When new or changed files are detected, or Syncthing starts for the
#. When new or changed files are detected, or Syncthing starts for the
first time, your files are hashed using SHA-256.
2. Data that is sent over the network is first compressed and then
#. Data that is sent over the network is first compressed and then
encrypted using AES-128. When receiving data, it must be decrypted
and decompressed.