##// END OF EJS Templates
Bumped version to 3.2.0
neko259 -
r1635:3504151c 3.2.0 default
parent child Browse files
Show More
@@ -1,43 +1,43 b''
1 1 [Version]
2 Version = 3.1.0 Mitsumune
2 Version = 3.2.0 Sunako
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 LimitFirstPosting = true
14 14 LimitPostingSpeed = false
15 15 PowDifficulty = 0
16 16 # Delay in seconds
17 17 PostingDelay = 30
18 18 Autoban = false
19 19
20 20 [Messages]
21 21 # Thread bumplimit
22 22 MaxPostsPerThread = 10
23 23 ThreadArchiveDays = 300
24 24 AnonymousMode = false
25 25
26 26 [View]
27 27 DefaultTheme = md
28 28 DefaultImageViewer = simple
29 29 LastRepliesCount = 3
30 30 ThreadsPerPage = 3
31 31 ImagesPerPageGallery = 20
32 32 MaxFavoriteThreads = 20
33 33
34 34 [Storage]
35 35 # Enable archiving threads instead of deletion when the thread limit is reached
36 36 ArchiveThreads = true
37 37
38 38 [External]
39 39 # Thread update
40 40 WebsocketsEnabled = false
41 41
42 42 [RSS]
43 43 MaxItems = 20
General Comments 0
You need to be logged in to leave comments. Login now