feat(main/db): Schedule regular search view refresh

Schedules refreshes of the database view used for search at one-minute
intervals.
This commit is contained in:
Vincent Ambo 2018-04-14 22:05:06 +02:00 committed by Vincent Ambo
parent 3e5b1098c6
commit 39d1cd64bc
5 changed files with 54 additions and 0 deletions

View file

@ -24,3 +24,5 @@ hyper = "0.11"
rand = "0.4"
comrak = "0.2"
md5 = "0.3.7"
tokio = "0.1"
tokio-timer = "0.2"