Upped chunk size to 16kb (down not working)
This commit is contained in:
committed by
Rune Harlyk
parent
d00e7bc92d
commit
1b6ffc4641
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user