13 lines
339 B
Python
13 lines
339 B
Python
# Scheduler configuration
|
|
max_age_days = 30
|
|
max_age_seconds = max_age_days * 24 * 60 * 60
|
|
other_posts_cutoff = 4 #subreddits with this many unread posts or fewer are merged to /r/other
|
|
|
|
# Webpage configuration
|
|
posts_per_page_load = 25
|
|
|
|
db_dir = "/reddit/db"
|
|
media_dir = "/reddit/media"
|
|
db_file = f"{db_dir}/data.db"
|
|
yars_dir = "/app/YARS"
|