Upped chunk size to 16kb (down not working)

This commit is contained in:
Niklas Jensen
2026-01-15 23:03:24 +01:00
committed by Rune Harlyk
parent d00e7bc92d
commit 1b6ffc4641
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import type {
CorrelationResponse
} from '$lib/platform_shared/message'
const MAX_CHUNK_SIZE = 1024
const MAX_CHUNK_SIZE = 2**14 // ~= 16 kb
export interface FileInfo {
name: string