##// 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 1 [Version]
2 Version = 2.10.0 BT
2 Version = 2.10.1 BT
3 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 MaxFileSize = 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 AnonymousMode = false
21 21
22 22 [View]
23 23 DefaultTheme = md
24 24 DefaultImageViewer = simple
25 25 LastRepliesCount = 3
26 26 ThreadsPerPage = 3
27 27
28 28 [Storage]
29 29 # Enable archiving threads instead of deletion when the thread limit is reached
30 30 ArchiveThreads = true
31 31
32 32 [External]
33 33 # Thread update
34 34 WebsocketsEnabled = false
35 35
36 36 [RSS]
37 37 MaxItems = 20 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now