2024-06-25 11:16:41 +00:00
|
|
|
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2024-06-21 16:18:11 +00:00
|
|
|
export const channelTermsMaxLength = 400
|
2024-09-11 08:11:18 +00:00
|
|
|
|
|
|
|
export const forbidSpecialCharsDefaultTolerance = 0
|
|
|
|
export const forbidSpecialCharsMaxTolerance = 10
|
|
|
|
|
|
|
|
export const noDuplicateMaxDelay = 86400
|
|
|
|
export const noDuplicateDefaultDelay = 60
|