From 5d3ba7aa09deb2fd588ffd222f50ef87e794465b Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Fri, 30 Aug 2024 15:56:54 -0300 Subject: [PATCH] pkp/pkp-lib#8543 sync config templates across applications --- config.TEMPLATE.inc.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config.TEMPLATE.inc.php b/config.TEMPLATE.inc.php index 48c56dc0ff2..5a6ba926fa8 100644 --- a/config.TEMPLATE.inc.php +++ b/config.TEMPLATE.inc.php @@ -7,8 +7,8 @@ ; ; config.TEMPLATE.inc.php ; -; Copyright (c) 2014-2021 Simon Fraser University -; Copyright (c) 2003-2021 John Willinsky +; Copyright (c) 2014-2024 Simon Fraser University +; Copyright (c) 2003-2024 John Willinsky ; Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. ; ; OJS Configuration settings. @@ -51,6 +51,12 @@ ; execute periodically scheduled_tasks = Off +; Scheduled tasks will send email about processing +; only in case of errors. Set to off to receive +; all other kind of notification, including success, +; warnings and notices. +scheduled_tasks_report_error_only = On + ; Site time zone ; Please refer to lib/pkp/registry/timeZones.xml for a full list of supported ; time zones. @@ -106,13 +112,6 @@ ; Warning: This defaults to "On" if unset for backwards compatibility. trust_x_forwarded_for = Off -; Set the maximum number of citation checking processes that may run in parallel. -; Too high a value can increase server load and lead to too many parallel outgoing -; requests to citation checking web services. Too low a value can lead to significantly -; slower citation checking performance. A reasonable value is probably between 3 -; and 10. The more your connection bandwidth allows the better. -citation_checking_max_processes = 3 - ; Display a message on the site admin and journal manager user home pages if there is an upgrade available show_upgrade_warning = On @@ -305,7 +304,6 @@ ;implicit_auth_wayf_url = "/Shibboleth.sso/wayf" - ;;;;;;;;;;;;;;;;;; ; Email Settings ; ;;;;;;;;;;;;;;;;;; @@ -435,6 +433,7 @@ ; Maximum number of records per request to serve via OAI oai_max_records = 100 + ;;;;;;;;;;;;;;;;;;;;;; ; Interface Settings ; ;;;;;;;;;;;;;;;;;;;;;; @@ -491,6 +490,7 @@ ; /usr/bin/java -jar ~/java/xalan.jar -HTML -IN %xml -XSL %xsl xslt_command = "" + ;;;;;;;;;;;;;;;;;; ; Proxy Settings ; ;;;;;;;;;;;;;;;;;;