frohzinn's picture
download
raw
298 Bytes
import type { BinaryDetectionOptions } from '$lib/types';
export const DEFAULT_BINARY_DETECTION_OPTIONS: BinaryDetectionOptions = {
prefixLength: 1024 * 10, // Check the first 10KB of the string
suspiciousCharThresholdRatio: 0.15, // Allow up to 15% suspicious chars
maxAbsoluteNullBytes: 2
};

Xet Storage Details

Size:
298 Bytes
·
Xet hash:
71f6ecf9eea8bb6872bb53827d612be6d05c4329c714e133ff971909820e9085

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.