Replies: 1 comment
-
@BartChris, I'd be open to reviewing a pull request proposal for this (and will ask for @bozana's opinion here too), but it wouldn't be a high priority for the dev team to make the changes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently using OJS 3.3 and storing our assets using an NFS mount. Using this setup, we encountered an issue where our journals became inaccessible for prolonged periods. We suspect that we are encountering the same problem described in this forum thread::
https://forum.pkp.sfu.ca/t/ojs-page-stalls-awesome-delays/4522/8
We've noticed significant changes in the handling of statistics in OJS 3.4 (as documented here: (#6782), but we're unsure if these changes might also address our problem with storing the eventLog in the NFS.
Therefore, I would like to inquire whether it's possible to enable a more flexible configuration of the EventLog Path in OJS 3.4. Currently, it appears that OJS 3.4 still relies on the configured BasePath for the EventLog (as seen here:
pkp-lib/classes/statistics/PKPStatisticsHelper.php
Line 88 in 7cbab21
Beta Was this translation helpful? Give feedback.
All reactions