Display info tips slightly longer

This commit is contained in:
Nick O'Leary 2017-01-09 22:09:06 +00:00
parent 29594726ca
commit f248699a30
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ RED.sidebar.info = (function() {
var started = false;
var enabled = true;
var startDelay = 1000;
var cycleDelay = 10000;
var cycleDelay = 15000;
var startTimeout;
var refreshTimeout;
var tipCount = -1;