diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 58ad758e..47603f02 100644 --- a/include/config.h +++ b/include/config.h @@ -118,6 +118,10 @@ #define MAX_EDIT_LINE 2048 /* 文章最長編輯長度 */ #endif +#ifndef MAX_EDIT_LINE_LARGE +#define MAX_EDIT_LINE_LARGE (32000) +#endif + #ifndef MAX_LIFE /* 最長使用者保留時間(秒) */ #define MAX_LIFE (120 * 24 * 60 * 60) #endif |