mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Fix spelling
Fix spelling
This commit is contained in:
parent
c3c3d732e4
commit
d540119bb3
2 changed files with 2 additions and 1 deletions
1
.github/actions/spelling/allow.txt
vendored
1
.github/actions/spelling/allow.txt
vendored
|
|
@ -407,6 +407,7 @@ sargs
|
|||
sbindir
|
||||
scgi
|
||||
sdlang
|
||||
Searchmonkey
|
||||
semanage
|
||||
sendfd
|
||||
setsebool
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ A first run (or a deliberate `--resync`) must enumerate the entire tree to estab
|
|||
* **Item count & Online structure:** Many folders and files dominate metadata work leading to more metadata churn
|
||||
* **Network** Latency and throughput directly affect how quickly we can iterate Microsoft Graph API responses and transfer content.
|
||||
* **Local Disk & filesystem:** SSDs perform metadata and DB work far faster than spinning disks or remote mounts. Your filesystem type (e.g., ext4, XFS, ZFS) matters and should be tuned appropriately.
|
||||
* **File Indexing:** Disable File Indexing (Tracker, Baloo, Searchmonkey, Pinot and others) as these are adding latency and disk I/O to your operaions slowing down your performance.
|
||||
* **File Indexing:** Disable File Indexing (Tracker, Baloo, Searchmonkey, Pinot and others) as these are adding latency and disk I/O to your operations slowing down your performance.
|
||||
* **CPU & memory:** Classification and hashing are CPU-bound; insufficient RAM or swap can slow DB and traversal work.
|
||||
|
||||
## Delta Response vs Generated Delta Response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue