Skip to content

Commit

Permalink
console view: tweak some default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Apr 18, 2017
1 parent c1d2390 commit caf1a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/console_view/src/module/main.module.coffee
Expand Up @@ -51,7 +51,7 @@ class State extends Config
type: 'integer'
name: 'changeLimit'
caption: 'Number of changes to fetch'
default_value: 10
default_value: 30
]

class Console extends Controller
Expand Down Expand Up @@ -92,7 +92,7 @@ class Console extends Controller
@buildsets.length == 0 or @buildrequests == 0
return
if not @onchange_debounce?
@onchange_debounce = @$timeout(@_onChange, 500)
@onchange_debounce = @$timeout(@_onChange, 100)

_onChange: =>
@onchange_debounce = undefined
Expand Down

0 comments on commit caf1a6f

Please sign in to comment.