diff options
Diffstat (limited to 'docs/resource.md')
-rw-r--r-- | docs/resource.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/resource.md b/docs/resource.md index 847831d..bba4dbb 100644 --- a/docs/resource.md +++ b/docs/resource.md | |||
@@ -4,9 +4,9 @@ The resource consists of: | |||
4 | * a plugin providing the client-api facade | 4 | * a plugin providing the client-api facade |
5 | * a configuration setting up the filters | 5 | * a configuration setting up the filters |
6 | 6 | ||
7 | # Syncronizer | 7 | # Synchronizer |
8 | * The synchronization can either: | 8 | * The synchronization can either: |
9 | * Generate a full diff directly on top of the db. The diffing process can work against a single revision, and could even stop writing other changes to disk while the process is ongoing (but doesn't have to due to the revision). It then generates a necessary changeset for the store. | 9 | * Generate a full diff directly on top of the db. The diffing process can work against a single revision/snapshot (using transactions). It then generates a necessary changeset for the store. |
10 | * If the source supports incremental changes the changeset can directly be generated from that information. | 10 | * If the source supports incremental changes the changeset can directly be generated from that information. |
11 | 11 | ||
12 | The changeset is then simply inserted in the regular modification queue and processed like all other modifications. | 12 | The changeset is then simply inserted in the regular modification queue and processed like all other modifications. |