add user searches

This commit is contained in:
r888888888
2016-08-23 18:20:21 -07:00
parent 6d20ecb20d
commit c3b78b1752
8 changed files with 38 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ every 1.month, :at => "2:00 am" do
end
if environment == "production"
every 1.hour do
every 30.minutes do
runner "PostUpdate.push"
end