From 5eab3c4b33f2b0b594993a095eae86f88828827d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 25 Mar 2023 18:44:21 -0400 Subject: sync the db every hour, like other bitwarden clients --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5efe1f8..7ea61ee 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ configuration options: * `lock_timeout`: The number of seconds to keep the master keys in memory for before requiring the password to be entered again. Defaults to `3600` (one hour). +* `sync_interval`: `rbw` will automatically sync the database from the server + at an interval of this many seconds, while the agent is running. Setting + this value to `0` disables this behavior. Defaults to `3600` (one hour). * `pinentry`: The [pinentry](https://www.gnupg.org/related_software/pinentry/index.html) executable to use. Defaults to `pinentry`. -- cgit v1.2.3-54-g00ecf