##// END OF EJS Templates
Added missing space
Added missing space

File last commit:

r1153:bbf2916c default
r1179:eb8f85b0 default
Show More
default_settings.ini
33 lines | 630 B | text/x-ini | IniLexer
/ boards / config / default_settings.ini
neko259
Implemented ini settings parser
r1153 [Version]
Version = 2.7.0 Chani
SiteName = Neboard
[Cache]
# Timeout for caching, if cache is used
CacheTimeout = 600
[Forms]
# Max post length in characters
MaxTextLength = 30000
MaxImageSize = 8000000
LimitPostingSpeed = false
[Messages]
# Thread bumplimit
MaxPostsPerThread = 10
# Old posts will be archived or deleted if this value is reached
MaxThreadCount = 5
[View]
DefaultTheme = md
DefaultImageViewer = simple
LastRepliesCount = 3
ThreadsPerPage = 3
[Storage]
# Enable archiving threads instead of deletion when the thread limit is reached
ArchiveThreads = true
[External]
# Thread update
WebsocketsEnabled = false