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