##// END OF EJS Templates
Version bump
neko259 -
r1402:1c22a38c 2.10.1 default
parent child Browse files
Show More
@@ -1,37 +1,37 b''
1 [Version]
1 [Version]
2 Version = 2.10.0 BT
2 Version = 2.10.1 BT
3 SiteName = Neboard DEV
3 SiteName = Neboard DEV
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 MaxFileSize = 8000000
12 MaxFileSize = 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 AnonymousMode = false
20 AnonymousMode = false
21
21
22 [View]
22 [View]
23 DefaultTheme = md
23 DefaultTheme = md
24 DefaultImageViewer = simple
24 DefaultImageViewer = simple
25 LastRepliesCount = 3
25 LastRepliesCount = 3
26 ThreadsPerPage = 3
26 ThreadsPerPage = 3
27
27
28 [Storage]
28 [Storage]
29 # Enable archiving threads instead of deletion when the thread limit is reached
29 # Enable archiving threads instead of deletion when the thread limit is reached
30 ArchiveThreads = true
30 ArchiveThreads = true
31
31
32 [External]
32 [External]
33 # Thread update
33 # Thread update
34 WebsocketsEnabled = false
34 WebsocketsEnabled = false
35
35
36 [RSS]
36 [RSS]
37 MaxItems = 20 No newline at end of file
37 MaxItems = 20
General Comments 0
You need to be logged in to leave comments. Login now