Skip to content
Snippets Groups Projects
Commit c327f4cc authored by Zed's avatar Zed
Browse files

Downgrade Frosty again to prevent OOM

It works, let's not fuck with it any more than necessary.
parent 58c2e21e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment