Parent Directory
|
Revision Log
|
Patch
| Revision 1.34 by sysadm, Wed Nov 5 03:01:14 2025 UTC | Revision 1.35 by sysadm, Tue Nov 18 14:56:56 2025 UTC | |
|---|---|---|
| # | Line 17 | Line 17 |
| 17 | enum section_list_constant_t | enum section_list_constant_t |
| 18 | { | { |
| 19 | BBS_article_title_max_len = 160, | BBS_article_title_max_len = 160, |
| 20 | #if defined(__CYGWIN__) | |
| 21 | BBS_article_limit_per_section = 10000, | |
| 22 | #else | |
| 23 | BBS_article_limit_per_section = 50000, | BBS_article_limit_per_section = 50000, |
| 24 | #endif | |
| 25 | BBS_article_limit_per_page = 20, | BBS_article_limit_per_page = 20, |
| 26 | ||
| 27 | 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 |