aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-25 18:44:21 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-25 23:14:16 -0400
commit5eab3c4b33f2b0b594993a095eae86f88828827d (patch)
treea2ce6133546bd03a56ad2ae65f1ad0478ab8ee91 /README.md
parentb659cc500476a7b4b94bc6659d46922be9465b99 (diff)
downloadrbw-5eab3c4b33f2b0b594993a095eae86f88828827d.tar.gz
rbw-5eab3c4b33f2b0b594993a095eae86f88828827d.zip
sync the db every hour, like other bitwarden clients
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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`.