mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-06 03:55:36 -05:00
Downgrade Frosty again to prevent OOM
It works, let's not fuck with it any more than necessary.
This commit is contained in:
@@ -21,7 +21,7 @@ requires "packedjson#7198cc8"
|
|||||||
requires "supersnappy#1.1.5"
|
requires "supersnappy#1.1.5"
|
||||||
requires "redpool#57aeb25"
|
requires "redpool#57aeb25"
|
||||||
requires "https://github.com/zedeus/redis#94bcbf1"
|
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
|
# Tasks
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ proc initRedisPool*(cfg: Config) {.async.} =
|
|||||||
host=cfg.redisHost, port=cfg.redisPort)
|
host=cfg.redisHost, port=cfg.redisPort)
|
||||||
|
|
||||||
await migrate("snappyRss", "rss:*")
|
await migrate("snappyRss", "rss:*")
|
||||||
await migrate("newFrosty", "*")
|
await migrate("oldFrosty", "*")
|
||||||
|
|
||||||
except OSError:
|
except OSError:
|
||||||
stdout.write "Failed to connect to Redis.\n"
|
stdout.write "Failed to connect to Redis.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user