Reduce delayedInit to 3 seconds

This commit is contained in:
Feross Aboukhadijeh
2016-05-11 22:02:59 +02:00
parent f35eb73d50
commit ea1c66b3fc
3 changed files with 13 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ function init () {
resumeTorrents()
// Lazy-load other stuff, like the AppleTV module, later to keep startup fast
window.setTimeout(delayedInit, 5000)
window.setTimeout(delayedInit, config.DELAYED_INIT)
// The UI is built with virtual-dom, a minimalist library extracted from React
// The concepts--one way data flow, a pure function that renders state to a