From bc30229c02684b2d8a1dad4ce2d9f02240022c77 Mon Sep 17 00:00:00 2001 From: Schimon Jehudah Date: Tue, 2 Jan 2024 11:48:44 +0000 Subject: [PATCH] Update settings file --- assets/settings.ini | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/assets/settings.ini b/assets/settings.ini index 25c0a33..e0df8e4 100644 --- a/assets/settings.ini +++ b/assets/settings.ini @@ -1,13 +1,19 @@ # This file lists default settings per database. # See file /usr/share/slixfeed/settings.ini +#[Bot Settings] + +# Check interval +#interval = 90 + [Settings] +#[Contact Settings] # Maximum items to archive (0 - 500) archive = 50 # Source check interval (recommended 90; minimum 10) -check = 90 +check = 120 # Work status (Value 0 to disable) enabled = 1 @@ -22,7 +28,7 @@ length = 300 old = 0 # Amount of entries per update -quantum = 3 +quantum = 30 # Pick random item from database random = 0 @@ -39,21 +45,16 @@ tor = yggdrasil = -# Offline instances will be replaced by online -# ones or by FarSide. See https://farside.link/ -[Redirect] - -invidious = - -librarian = - -nitter = - -proxitok = - [Network] -# Enable centralized DNS system (unsafe) -clearnet = 1 +# Proxy +# 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) i2p = 1 @@ -66,6 +67,3 @@ tor = 1 # Enable Yggdrasil mixnet system (safer) yggdrasil = 1 - -# User Agent -user-agent = Slixfeed/0.1