I0_DISABLE_THREAD_LIMIT config

This commit is contained in:
0chan 2023-02-09 18:59:07 +06:00
parent 90d2a29f0c
commit 03901fff99
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ if (!$cache_loaded) {
$cf['I0_USER_IP'] = $_SERVER['REMOTE_ADDR'];
}
$cf['I0_DISABLE_APNG'] = false; // Disable APNG upload if you don't want anyone to abuse CSAM
$cf['I0_DISABLE_THREAD_LIMIT'] = false; //Do not delete old posts, essentially an anti-wipe feature
// --------------------------------------- CSS styles ---------------------------------------