##// END OF EJS Templates
Version bump
neko259 -
r1437:3076e0d0 2.11.0 default
parent child Browse files
Show More
@@ -1,39 +1,39 b''
1 1 [Version]
2 Version = 2.10.1 BT
2 Version = 2.11.0 Yuko
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 = true
14 14 PowDifficulty = 20
15 15
16 16 [Messages]
17 17 # Thread bumplimit
18 18 MaxPostsPerThread = 10
19 19 # Old posts will be archived or deleted if this value is reached
20 20 MaxThreadCount = 5
21 21 AnonymousMode = false
22 22
23 23 [View]
24 24 DefaultTheme = md
25 25 DefaultImageViewer = simple
26 26 LastRepliesCount = 3
27 27 ThreadsPerPage = 3
28 28 ImagesPerPageGallery = 20
29 29
30 30 [Storage]
31 31 # Enable archiving threads instead of deletion when the thread limit is reached
32 32 ArchiveThreads = true
33 33
34 34 [External]
35 35 # Thread update
36 36 WebsocketsEnabled = false
37 37
38 38 [RSS]
39 MaxItems = 20 No newline at end of file
39 MaxItems = 20
General Comments 0
You need to be logged in to leave comments. Login now