-
-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: sync_frequency = "0" never syncs #2147
Labels
bug
Something isn't working
Comments
Could you also share your config file please? |
update_check = false
sync_address = "http://<redacted>"
sync_frequency = "0"
style = "compact"
inline_height = 15
scroll_context_lines = 2
secrets_filter = false
enter_accept = false
[stats]
[keys]
[sync]
records = true
[preview]
[daemon] |
The regression was introduced here: #2074 Error:
Settings
should resolve it I'll push a patch to make the unitless version work, though really consistent units make sense |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you expect to happen?
Atuin syncs after every command.
What happened?
Atuin never syncs. A manual sync using
atuin sync
still works, as does using"1s"
as the frequency.I suspect this broke in 18.3.0.
Atuin doctor output
Code of Conduct
The text was updated successfully, but these errors were encountered: