use shorter interval

This commit is contained in:
Barbara Miller 2017-11-30 23:00:32 -08:00
parent 01a62c8978
commit f729837b03

View file

@ -25,7 +25,7 @@ class UmbraBehavior {
this.alreadyDone = [];
this.idleSince = null;
this.intervalId = null;
this.intervalTimeMs = 1000;
this.intervalTimeMs = 300;
this.index = 0;
}