1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-07 07:01:29 +01:00

noko50: clarify in config how to disable it

This commit is contained in:
czaks 2013-08-11 17:53:42 -04:00
parent 95c95cb85b
commit c738134ff5

View File

@ -596,7 +596,8 @@
// Number of posts in a "View Last X Posts" page // Number of posts in a "View Last X Posts" page
$config['noko50_count'] = 50; $config['noko50_count'] = 50;
// Number of posts a thread needs before it gets a "View Last X Posts" page // Number of posts a thread needs before it gets a "View Last X Posts" page.
// Set to an arbitrarily large value to disable.
$config['noko50_min'] = 100; $config['noko50_min'] = 100;
/* /*
* ==================== * ====================