perf: large cache time on immutable hashed statics

This commit is contained in:
Robert Perce 2026-04-07 22:59:02 -05:00
parent e82b6167ef
commit 41972ca1ab
6 changed files with 23 additions and 4 deletions

View file

@ -35,7 +35,8 @@ sqlx = { version = "0.8", features = ["macros", "runtim
thiserror = "2.0.17"
time = "0.3.44"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "signal"] }
tower-http = { version = "0.6.6", features = ["fs", "trace"] }
tower = "0.5.3"
tower-http = { version = "0.6.6", features = ["fs", "set-header", "trace"] }
tower-sessions = { version = "0.14.0", features = ["signed"] }
tower-sessions-sqlx-store = { version = "0.15.0", features = ["sqlite"] }
tracing = { version = "0.1.41", features = ["attributes"] }