Skip to content

Commit

Permalink
fix-one-more-error
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Jan 15, 2025
1 parent 800dd22 commit b7773e8
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 117 deletions.
2 changes: 1 addition & 1 deletion src/abacus-ts/websocket/lib/indexerValueManagerHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { IndexerWebsocketManager } from './indexerWebsocketManager';
import { WebsocketDerivedValue } from './websocketDerivedValue';

// this is set to just above the websocket subscribe timeout because of race conditions in the indexer backend
const DESTROY_DELAY_MS = 21000;
const DESTROY_DELAY_MS = 22000;

type WebsocketValueCreator<Args, ReturnType> = (
websocket: IndexerWebsocket,
Expand Down
Loading

0 comments on commit b7773e8

Please sign in to comment.