use shorter interval

This commit is contained in:
Barbara Miller 2017-11-30 23:00:32 -08:00
parent 06a2b5f817
commit 7dccc809d0

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;
} }