Update settings file
This commit is contained in:
parent
f65be8b5c8
commit
bc30229c02
1 changed files with 17 additions and 19 deletions
|
@ -1,13 +1,19 @@
|
||||||
# This file lists default settings per database.
|
# This file lists default settings per database.
|
||||||
# See file /usr/share/slixfeed/settings.ini
|
# See file /usr/share/slixfeed/settings.ini
|
||||||
|
|
||||||
|
#[Bot Settings]
|
||||||
|
|
||||||
|
# Check interval
|
||||||
|
#interval = 90
|
||||||
|
|
||||||
[Settings]
|
[Settings]
|
||||||
|
#[Contact Settings]
|
||||||
|
|
||||||
# Maximum items to archive (0 - 500)
|
# Maximum items to archive (0 - 500)
|
||||||
archive = 50
|
archive = 50
|
||||||
|
|
||||||
# Source check interval (recommended 90; minimum 10)
|
# Source check interval (recommended 90; minimum 10)
|
||||||
check = 90
|
check = 120
|
||||||
|
|
||||||
# Work status (Value 0 to disable)
|
# Work status (Value 0 to disable)
|
||||||
enabled = 1
|
enabled = 1
|
||||||
|
@ -22,7 +28,7 @@ length = 300
|
||||||
old = 0
|
old = 0
|
||||||
|
|
||||||
# Amount of entries per update
|
# Amount of entries per update
|
||||||
quantum = 3
|
quantum = 30
|
||||||
|
|
||||||
# Pick random item from database
|
# Pick random item from database
|
||||||
random = 0
|
random = 0
|
||||||
|
@ -39,21 +45,16 @@ tor =
|
||||||
|
|
||||||
yggdrasil =
|
yggdrasil =
|
||||||
|
|
||||||
# Offline instances will be replaced by online
|
|
||||||
# ones or by FarSide. See https://farside.link/
|
|
||||||
[Redirect]
|
|
||||||
|
|
||||||
invidious =
|
|
||||||
|
|
||||||
librarian =
|
|
||||||
|
|
||||||
nitter =
|
|
||||||
|
|
||||||
proxitok =
|
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
# Enable centralized DNS system (unsafe)
|
# Proxy
|
||||||
clearnet = 1
|
# Example: Privoxy http://localhost:8118
|
||||||
|
http_proxy = http://localhost:8118
|
||||||
|
|
||||||
|
# User Agent
|
||||||
|
user-agent = Slixfeed/0.1
|
||||||
|
|
||||||
|
# Enable policed DNS system (not recommended)
|
||||||
|
# clearnet = 1
|
||||||
|
|
||||||
# Enable I2P mixnet system (safer)
|
# Enable I2P mixnet system (safer)
|
||||||
i2p = 1
|
i2p = 1
|
||||||
|
@ -66,6 +67,3 @@ tor = 1
|
||||||
|
|
||||||
# Enable Yggdrasil mixnet system (safer)
|
# Enable Yggdrasil mixnet system (safer)
|
||||||
yggdrasil = 1
|
yggdrasil = 1
|
||||||
|
|
||||||
# User Agent
|
|
||||||
user-agent = Slixfeed/0.1
|
|
||||||
|
|
Loading…
Reference in a new issue