diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-07-28 08:55:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-28 08:55:19 +0100 |
| commit | 5a457d6b3b4431d5fadfb533cf01238878e41947 (patch) | |
| tree | 7d9c3d3d2c18e28f3ebaef488b48ae19b8e20191 /atuin-client | |
| parent | Disable server tests in the nix build (#1123) (diff) | |
| download | atuin-5a457d6b3b4431d5fadfb533cf01238878e41947.zip | |
Drop default sync frequency to 10m (#1130)
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/src/settings.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/src/settings.rs b/atuin-client/src/settings.rs index 622abde4..3cc99558 100644 --- a/atuin-client/src/settings.rs +++ b/atuin-client/src/settings.rs @@ -363,7 +363,7 @@ impl Settings { .set_default("auto_sync", true)? .set_default("update_check", true)? .set_default("sync_address", "https://api.atuin.sh")? - .set_default("sync_frequency", "1h")? + .set_default("sync_frequency", "10m")? .set_default("search_mode", "fuzzy")? .set_default("filter_mode", "global")? .set_default("style", "auto")? |
