We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696c32e commit 4019f98Copy full SHA for 4019f98
apps/postgres-new/app/export/page.tsx
@@ -204,12 +204,11 @@ async function* createDumpStream(
204
return fileToTarStreamFile(file, '/dbs')
205
})
206
)
207
- await new Promise((r) => setTimeout(r, 500))
208
}
209
210
211
/**
212
- * Creates a stream of storage files (eg. CSVs) as tar file/directory entires.
+ * Creates a stream of storage files (eg. CSVs) as tar file/directory entries.
213
*/
214
async function* createStorageStream(): AsyncIterable<TarStreamInput> {
215
yield { type: 'directory', path: '/files' }
0 commit comments