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

@ -21,7 +21,7 @@ requires "packedjson#7198cc8"
requires "supersnappy#1.1.5"
requires "redpool#57aeb25"
requires "https://github.com/zedeus/redis#94bcbf1"
requires "https://github.com/disruptek/frosty#0.4.3"
requires "https://github.com/disruptek/frosty#0.3.1"
# Tasks

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"