Switch to supersnappy, update frosty
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import asyncdispatch, times, strutils, tables
|
||||
import redis, redpool, frosty, snappy
|
||||
import redis, redpool, frosty, supersnappy
|
||||
|
||||
import types, api
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import asyncdispatch, strutils, tables, times, sequtils, hashes, snappy
|
||||
import asyncdispatch, strutils, tables, times, sequtils, hashes, supersnappy
|
||||
|
||||
import jester
|
||||
|
||||
@@ -7,7 +7,7 @@ import ../query
|
||||
|
||||
include "../views/rss.nimf"
|
||||
|
||||
export times, hashes, snappy
|
||||
export times, hashes, supersnappy
|
||||
|
||||
proc showRss*(req: Request; hostname: string; query: Query): Future[Rss] {.async.} =
|
||||
var profile: Profile
|
||||
|
||||
Reference in New Issue
Block a user