import { type SyncAppetite } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/syncer/syncer_types.ts";
A mode which determines when the syncer will stop syncing.
once
- The syncer will only attempt to sync existing docs and then stop.live
- Indefinite syncing, including existing docs and new ones as they are ingested into the replica.