mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 11:05:19 +00:00
13 lines
264 B
Swift
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
|
|
}
|