diff --git a/etc/config.php b/etc/config.php index 748d8f1..5805f02 100644 --- a/etc/config.php +++ b/etc/config.php @@ -23,13 +23,12 @@ $settings = array( // the description of the overbpoard that is displayed when the users hovers on the link for the overboard "hover_title_main" => 'This is the main sub. Use to post important stuff and to create other subs.', // the description of the sub main that is displayed when the users hovers on the link. - // the description of the overbpoard that is displayed when the users hovers on the link for the overboard "enable_sub_creation" => TRUE, // enable users to create subs by posting in main "enable_logging" => TRUE, // set to FALSE to disable all logs of endboard. This will provide stricter privacy, however, it will also // disable the features: max_post_*, bot_block, portal, max_requests_* and fail2ban. "enable_sage" => TRUE, // show the option to not bump a thread "auto_sage" => 20, // don't bump threads after x replies. Set to zero to disable. - "enable_timestamps" => TRUE, // should timestamps be offered to be generated and displayed if present + "enable_timestamps" => TRUE, // should timestamps be offered to be generated (and displayed if present) "precision_timestamps" => 'low', // low = Q1/2025, middle = Jan/2025, high = 8.1.2025, insane = 8.1.2025/13:59:48 "enable_tripcodes" => TRUE, // enable the automatic generation of secure tripcodes with each message, and optionally the use of // custom tripkeys. Display tripcodes if present. @@ -59,7 +58,7 @@ $settings = array( // If you run your service on tor only, you can set it to zero as well, and only use global. "max_post_bot" => 20000, // Maximum posts for bots that the board will take in the defined timeframe. Set to 0 to disable. "max_post_timeframe" => 100, // The time in minutes that is checked to determine max posts - "max_requests_ip" => 1000, // the maximum number of request before blocking more, per ip. Set to zero to disable. + "max_requests_ip" => 1000, // the maximum number of requests, before blocking more with a 429, per ip. Set to zero to disable. "max_requests_timeframe" => 100, // the timeframe in minutes that is regarded for the requests, in minutes. "max_requests_tor" => 10000, // the maximum number of requests from 127.0.0.1 (=all tor users). Set to zero to disable. "max_requests_tor_timeframe" => 100, // the timeframe in minutes for tor.