Bump the report downloads poll interval to 20 seconds

TNL-565
This commit is contained in:
Daniel Friedman
2014-10-08 17:01:38 -04:00
parent 37158bab1f
commit 62c46c80e7

View File

@@ -153,7 +153,7 @@ class ReportDownloads
@$report_downloads_table = @$section.find ".report-downloads-table"
POLL_INTERVAL = 1000 * 60 * 5 # 5 minutes in ms
POLL_INTERVAL = 20000 # 20 seconds, just like the "pending instructor tasks" table
@downloads_poller = new window.InstructorDashboard.util.IntervalManager(
POLL_INTERVAL, => @reload_report_downloads()
)