Commit d9a1b662 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Set @max_polling_steps to 4 so the last interval will be 120 seconds

parent 948ebfeb
......@@ -17,7 +17,7 @@ class @Notes
@noteable_url = document.URL
@notesCountBadge ||= $(".issuable-details").find(".notes-tab .badge")
@base_polling_interval = 15000
@max_polling_steps = 5
@max_polling_steps = 4
@cleanBinding()
@addBinding()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment