refactor(atuin): change sync from 0 to 10

This commit is contained in:
Sergio Laín 2025-06-08 23:12:24 +02:00
parent d3ff78b802
commit 9127ac68b5
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -28,7 +28,7 @@ update_check = true
## how often to sync history. note that this is only triggered when a command
## is ran, so sync intervals may well be longer
## set it to 0 to sync after every command
sync_frequency = "0"
sync_frequency = "10m"
## which search mode to use
## possible values: prefix, fulltext, fuzzy, skim