aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server/server.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-12-18 23:11:47 -0500
committerGitHub <noreply@github.com>2025-12-18 23:11:47 -0500
commit39ef6e79d71ea0a02022d263b9670eb474d621f4 (patch)
treed256493c051e3d9ed9758499a344e01e10638ba8 /crates/atuin-server/server.toml
parentfeat: add support for read replicas to postgres (#3029) (diff)
downloadatuin-39ef6e79d71ea0a02022d263b9670eb474d621f4.zip
feat: allow disabling sync v1 (#3030)
It takes up a very large amount of our query time, despite having been replaced for >1yr now. We will be dropping support for it on atuin hub
Diffstat (limited to 'crates/atuin-server/server.toml')
-rw-r--r--crates/atuin-server/server.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/atuin-server/server.toml b/crates/atuin-server/server.toml
index 6212de00..f02372d0 100644
--- a/crates/atuin-server/server.toml
+++ b/crates/atuin-server/server.toml
@@ -37,3 +37,7 @@
# enable = false
# cert_path = ""
# pkey_path = ""
+
+## Enable legacy sync v1 routes (history-based sync)
+## Set to false to disable and use only the newer record-based sync
+# sync_v1_enabled = true