##// END OF EJS Templates
Update thread bumpable status and posts only if it is yet bumpable
Update thread bumpable status and posts only if it is yet bumpable

File last commit:

r1052:a66b11af default
r1092:f09532f1 default
Show More
settings.py
4 lines | 98 B | text/x-python | PythonLexer
neko259
Implemented default settings (BB-51). If no setting is defined in settings.py, the ones from default_settings will be used
r938 from boards.default_settings import *
neko259
Moved imageboard settings to the boards settings module. Added setting to disable archive
r716
neko259
Save bump limit separately for every thread
r1052 # Site-specific settings go here
MAX_POSTS_PER_THREAD = 12