support config clone timeout, do upgrades

This commit is contained in:
2025-04-23 11:01:52 -04:00
parent d291489247
commit 5f0db640df
7 changed files with 178 additions and 148 deletions

View File

@@ -122,7 +122,7 @@ func (c *Cache) Read() error {
d.Decode(c)
// Perform migrations
err, migrated := c.doMigrations()
migrated, err := c.doMigrations()
if err != nil {
c.log.Error("Failed to run cache migrations",
c.log.Args(