deps: update ryanhamamura/via to v0.23.0
All checks were successful
Deploy c4 / deploy (push) Successful in 57s

Remove ContextSuspendAfter and ContextTTL options, which were
deleted upstream. Contexts now persist until SSE close beacon
or server shutdown.
This commit is contained in:
Ryan Hamamura
2026-02-20 12:06:51 -10:00
parent 73b6e3bcc5
commit 91b5f2b80c
3 changed files with 3 additions and 3 deletions

View File

@@ -76,8 +76,6 @@ func main() {
ServerAddress: ":" + port(),
SessionManager: sessionManager,
Plugins: []via.Plugin{DaisyUIPlugin},
ContextSuspendAfter: 5 * time.Minute,
ContextTTL: 30 * time.Minute,
})
subFS, _ := fs.Sub(assets, "assets")