Show More
@@ -1,33 +1,33 b'' | |||
|
1 | 1 | [Version] |
|
2 |
Version = 2.8. |
|
|
3 | SiteName = Neboard | |
|
2 | Version = 2.8.3 Charlie | |
|
3 | SiteName = Neboard DEV | |
|
4 | 4 | |
|
5 | 5 | [Cache] |
|
6 | 6 | # Timeout for caching, if cache is used |
|
7 | 7 | CacheTimeout = 600 |
|
8 | 8 | |
|
9 | 9 | [Forms] |
|
10 | 10 | # Max post length in characters |
|
11 | 11 | MaxTextLength = 30000 |
|
12 | 12 | MaxImageSize = 8000000 |
|
13 | 13 | LimitPostingSpeed = false |
|
14 | 14 | |
|
15 | 15 | [Messages] |
|
16 | 16 | # Thread bumplimit |
|
17 | 17 | MaxPostsPerThread = 10 |
|
18 | 18 | # Old posts will be archived or deleted if this value is reached |
|
19 | 19 | MaxThreadCount = 5 |
|
20 | 20 | |
|
21 | 21 | [View] |
|
22 | 22 | DefaultTheme = md |
|
23 | 23 | DefaultImageViewer = simple |
|
24 | 24 | LastRepliesCount = 3 |
|
25 | 25 | ThreadsPerPage = 3 |
|
26 | 26 | |
|
27 | 27 | [Storage] |
|
28 | 28 | # Enable archiving threads instead of deletion when the thread limit is reached |
|
29 | 29 | ArchiveThreads = true |
|
30 | 30 | |
|
31 | 31 | [External] |
|
32 | 32 | # Thread update |
|
33 | 33 | WebsocketsEnabled = false |
General Comments 0
You need to be logged in to leave comments.
Login now