Try to defer sidebar loading a little bit

This commit is contained in:
Piotr Sarnacki 2012-09-26 22:58:10 +02:00
parent 1a9f88587d
commit 5b2aae19b3
2 changed files with 6 additions and 5 deletions

View File

@ -4,6 +4,7 @@ Travis.reopen
@tickables = []
Travis.Ticker.create(target: this, interval: Travis.INTERVALS.sponsors)
Ember.run.next this, ->
@connectWorkers(Travis.Worker.find())
@connectQueues(Travis.QUEUES)

File diff suppressed because one or more lines are too long