1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-28 02:29:32 +00:00

feat: add daemon mode

This commit is contained in:
Étienne Fildadut 2025-10-09 18:32:36 +02:00
parent 4cf6da5f0a
commit 4d5b9a78d9
3 changed files with 37 additions and 4 deletions

View file

@ -64,3 +64,10 @@ timezone = "Etc/UTC"
# This will be used in filenames so it's a good idea to use something sortable...
# Can be set through the environment variable DATETIME_FORMAT.
format = "%Y-%m-%d %H:%M"
[daemon]
# When running in daemon mode, feather will download changes from the server (new items, items read state) every <sync_down_every> seconds.
sync_down_every = 900
# When running in daemon mode, feather will upload local changes to the server (read items) every <sync_up_every> seconds.
sync_up_every = 60