new default for zip_calculate_size_for_seconds: 5

Massimo Melina committed Sep 19, 2025 at 12:00 UTC 96c141ac43ce8b5d48bfc2728b951fb918d9b6e5
1 file changed +1 -1
src/zip.ts
+1 -1
@@ -84,7 +84,7 @@ export async function zipStreamFromFolder(node: VfsNode, ctx: Koa.Context) {
84 monitorAsDownload(ctx, size, range?.start)
85 }
86
87 -const zipSeconds = defineConfig('zip_calculate_size_for_seconds', 1)
87 +const zipSeconds = defineConfig('zip_calculate_size_for_seconds', 5)
88
89 declare module "koa" {
90 interface DefaultState {