Skip to content

Commit

Permalink
lower action interval to 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
eumemic committed Apr 15, 2023
1 parent 09ffb18 commit 3e75743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import parseAction from "./parse-action";
import TaskQueue from "./task-queue";
import { agentName, sleep } from "./util";

const actionInterval = 10 * 1000;
const actionInterval = 1000;
// const heartbeatInterval = 60 * 1000;

export class Agent {
Expand Down

0 comments on commit 3e75743

Please sign in to comment.