change query for dashboard and time for checkin channel

This commit is contained in:
phyusin
2017-12-13 18:30:04 +06:30
parent 211db16311
commit 32dac8e9a8
4 changed files with 19 additions and 12 deletions

View File

@@ -16,6 +16,6 @@ class BaseOrigamiController < ActionController::Base
end
def checkin_process
CheckinJob.set(wait: 30.seconds).perform_later()
CheckinJob.set(wait: 1.minute).perform_later()
end
end