mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-02 12:51:57 +00:00
chore(tlon): lower ack threshold to 5 for testing
This commit is contained in:
committed by
Josh Lehman
parent
2525498fea
commit
c629b27d97
@@ -57,7 +57,7 @@ export class UrbitSSEClient {
|
||||
// Event ack tracking - must ack every ~50 events to keep channel healthy
|
||||
private lastHeardEventId = -1;
|
||||
private lastAcknowledgedEventId = -1;
|
||||
private readonly ackThreshold = 20;
|
||||
private readonly ackThreshold = 5; // Lowered for testing
|
||||
|
||||
constructor(url: string, cookie: string, options: UrbitSseOptions = {}) {
|
||||
const ctx = getUrbitContext(url, options.ship);
|
||||
|
||||
Reference in New Issue
Block a user