server: pull: be more specific in module comment

Describe the `pull` direction of the sync operation more precisely
before adding also a `push` direction as synchronization operation.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2024-07-15 12:15:40 +02:00 committed by Thomas Lamprecht
parent 077c1a9979
commit 1c81ffdefc

View File

@ -1,4 +1,4 @@
//! Sync datastore from remote server
//! Sync datastore by pulling contents from remote server
use std::collections::{HashMap, HashSet};
use std::io::{Seek, Write};