Skip to content

Commit

Permalink
fix insights sequencer
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 20, 2015
1 parent 7768d94 commit 033f3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/insight/src/main/Env.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class Env(

private lazy val indexer = new Indexer(
storage = storage,
sequencer = system.actorOf(Props(classOf[lila.hub.Sequencer], None)))
sequencer = system.actorOf(Props(classOf[lila.hub.Sequencer], None, None)))

private lazy val userCacheApi = new UserCacheApi(coll = db(CollectionUserCache))

Expand Down

0 comments on commit 033f3d4

Please sign in to comment.