Multi-edit: Increase length of poll interval, to prevent choppy UI

This commit is contained in:
bfederle 2012-01-30 14:55:46 -08:00
parent 59bd048b56
commit f940c542a0

View File

@ -225,7 +225,7 @@
$('.notifications').notifications('add', {
section: 'network',
desc: notification.label,
interval: 500,
interval: 3000,
_custom: _custom,
poll: function(args) {
var complete = args.complete;
@ -730,7 +730,7 @@
$('.notifications').notifications('add', {
section: 'network',
desc: notification.label,
interval: 500,
interval: 3000,
_custom: successArgs._custom,
poll: function(pollArgs) {
var complete = pollArgs.complete;