Downgrade Frosty again to prevent OOM

It works, let's not fuck with it any more than necessary.
This commit is contained in:
Zed
2021-01-02 19:27:11 +01:00
parent 58c2e21ecb
commit c327f4cc06
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ proc initRedisPool*(cfg: Config) {.async.} =
host=cfg.redisHost, port=cfg.redisPort)
await migrate("snappyRss", "rss:*")
await migrate("newFrosty", "*")
await migrate("oldFrosty", "*")
except OSError:
stdout.write "Failed to connect to Redis.\n"