🐛 Update loop count

This commit is contained in:
Asim Shrestha
2023-04-09 21:23:26 -07:00
parent 9ff61686e4
commit 0c3d3d671b

View File

@@ -56,7 +56,7 @@ class AutonomousAgent {
}
this.numLoops += 1;
if (this.numLoops >= 30) {
if (this.numLoops >= 10) {
this.sendLoopMessage();
this.shutdown();
return;