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