(ms: number)
| 91 | } |
| 92 | |
| 93 | async function sleep(ms: number): Promise<void> { |
| 94 | return new Promise((resolve) => setTimeout(resolve, ms)); |
| 95 | } |
| 96 | |
| 97 | // Method not used for now, |
| 98 | // Need a way to check LSN on the actual replica that will be used for the read. |
no outgoing calls
no test coverage detected