Skip to content

Commit

Permalink
pkp/pkp-lib#7111 Add note about new config options for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jan 7, 2025
1 parent 687a3a2 commit 38191f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/release-notes/README-3.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ New config.inc.php section for schedule task named schedule is added, with the f
New config.inc.php parameters added for queues:
- process_jobs_at_task_scheduler (default value: Off): Controls whether queued jobs should be executed together with the scheduled tasks.

New config.inc.php parameters added for caching:
- default (default value: 'opcache'). Can be either 'file' or 'opcache' to indicate which Laravel caching implementation should be used.
- path (default value: 'cache/opcache'). Use to specify a path for cache storage when using 'file' or 'opcache' drivers.


New Features
------------
Expand Down

0 comments on commit 38191f3

Please sign in to comment.