1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-01 07:27:46 +00:00

[v2.9] Backport PR 271: Index more sqlite cache fields. (#315)

* [v2.9] Backport PR 271: Index more sqlite cache fields.

* go mod tidy

Signed-off-by: Silvio Moioli <silvio@moioli.net>

---------

Signed-off-by: Silvio Moioli <silvio@moioli.net>
Co-authored-by: Silvio Moioli <silvio@moioli.net>
This commit is contained in:
Eric Promislow
2024-10-31 10:48:05 -07:00
committed by GitHub
parent ddd2e373b7
commit c4ebbe629f
11 changed files with 433 additions and 49 deletions

View File

@@ -34,7 +34,7 @@ func main() {
func run(_ *cli.Context) error {
ctx := signals.SetupSignalContext()
debugconfig.MustSetupDebug()
s, err := config.ToServer(ctx, false)
s, err := config.ToServer(ctx, debugconfig.SQLCache)
if err != nil {
return err
}