ignore prelaunch for killing process
This commit is contained in:
@@ -276,7 +276,7 @@ const main = async (): Promise<void> => {
|
||||
commitment: stateCommitment,
|
||||
};
|
||||
slotSubscriber = new SlotSubscriber(connection, {
|
||||
resubTimeoutMs: 5000
|
||||
resubTimeoutMs: 5000,
|
||||
});
|
||||
await slotSubscriber.subscribe();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user