ignore prelaunch for killing process

This commit is contained in:
Nour Alharithi
2024-03-12 16:01:57 -04:00
parent b0f652bdf5
commit b717c9f9ec
2 changed files with 14 additions and 45 deletions

View File

@@ -276,7 +276,7 @@ const main = async (): Promise<void> => {
commitment: stateCommitment,
};
slotSubscriber = new SlotSubscriber(connection, {
resubTimeoutMs: 5000
resubTimeoutMs: 5000,
});
await slotSubscriber.subscribe();
}