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