Parent Directory
|
Revision Log
|
Patch
| Revision 1.38 by sysadm, Thu Nov 20 10:20:51 2025 UTC | Revision 1.39 by sysadm, Thu Nov 20 13:24:13 2025 UTC | |
|---|---|---|
| # | Line 23 | Line 23 |
| 23 | enum section_list_constant_t | enum section_list_constant_t |
| 24 | { | { |
| 25 | BBS_article_title_max_len = 160, | BBS_article_title_max_len = 160, |
| #ifdef __CYGWIN__ | ||
| BBS_article_limit_per_section = 10000, | ||
| #else | ||
| 26 | BBS_article_limit_per_section = 50000, | BBS_article_limit_per_section = 50000, |
| #endif | ||
| 27 | BBS_article_limit_per_page = 20, | BBS_article_limit_per_page = 20, |
| 28 | ||
| 29 | BBS_ontop_article_limit_per_section = 10, | BBS_ontop_article_limit_per_section = 10, |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |