Merge remote-tracking branch 'origin/main'

This commit is contained in:
adam.watkins
2023-04-09 07:42:54 +03:00

View File

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