##// END OF EJS Templates
Version bump
neko259 -
r1656:1376f5fc 3.3.0 default
parent child Browse files
Show More
@@ -1,44 +1,44 b''
1 1 [Version]
2 Version = 3.2.2 Sunako
2 Version = 3.3.0 Sook-hee
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 DefaultTag = test
20 20
21 21 [Messages]
22 22 # Thread bumplimit
23 23 MaxPostsPerThread = 10
24 24 ThreadArchiveDays = 300
25 25 AnonymousMode = false
26 26
27 27 [View]
28 28 DefaultTheme = md
29 29 DefaultImageViewer = simple
30 30 LastRepliesCount = 3
31 31 ThreadsPerPage = 3
32 32 ImagesPerPageGallery = 20
33 33 MaxFavoriteThreads = 20
34 34
35 35 [Storage]
36 36 # Enable archiving threads instead of deletion when the thread limit is reached
37 37 ArchiveThreads = true
38 38
39 39 [External]
40 40 # Thread update
41 41 WebsocketsEnabled = false
42 42
43 43 [RSS]
44 44 MaxItems = 20
General Comments 0
You need to be logged in to leave comments. Login now