use shorter interval

This commit is contained in:
Barbara Miller 2017-11-30 23:00:32 -08:00
parent bc5ea9407d
commit ff08815fce

View file

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