From 6331fd43cb1340152555a47e21a2a0835acea294 Mon Sep 17 00:00:00 2001 From: Asim Shrestha Date: Sat, 8 Apr 2023 21:19:15 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Triple=20loops?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AutonomousAgent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AutonomousAgent.ts b/src/components/AutonomousAgent.ts index 3481300..7529524 100644 --- a/src/components/AutonomousAgent.ts +++ b/src/components/AutonomousAgent.ts @@ -56,7 +56,7 @@ class AutonomousAgent { } this.numLoops += 1; - if (this.numLoops >= 10) { + if (this.numLoops >= 30) { this.sendLoopMessage(); this.shutdown(); return;