12 lines
355 B
TypeScript
12 lines
355 B
TypeScript
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
export const channelTermsMaxLength = 400
|
|
|
|
export const forbidSpecialCharsDefaultTolerance = 0
|
|
export const forbidSpecialCharsMaxTolerance = 10
|
|
|
|
export const noDuplicateMaxDelay = 86400
|
|
export const noDuplicateDefaultDelay = 60
|