Files
bitchat/localPackages/BitFoundation/Sources/BitFoundation/Constants.swift
T

13 lines
264 B
Swift

//
// Constants.swift
// BitFoundation
//
// This is free and unencumbered software released into the public domain.
// For more information, see <https://unlicense.org>
//
enum Constants {
// Compression
static let compressionThresholdBytes: Int = 100
}