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