##// END OF EJS Templates
Version bump
neko259 -
r1730:757b4ada 3.5.0 default
parent child Browse files
Show More
@@ -1,45 +1,45 b''
1 1 [Version]
2 Version = 3.4.0 Bernard
2 Version = 3.5.0 Dolores
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 PostsPerPage = 10
33 33 ImagesPerPageGallery = 20
34 34 MaxFavoriteThreads = 20
35 35
36 36 [Storage]
37 37 # Enable archiving threads instead of deletion when the thread limit is reached
38 38 ArchiveThreads = true
39 39
40 40 [External]
41 41 # Thread update
42 42 WebsocketsEnabled = false
43 43
44 44 [RSS]
45 45 MaxItems = 20
General Comments 0
You need to be logged in to leave comments. Login now