OKAPI Project update (r424).
The major difference in this version of OKAPI is that it properly hides caches with statuses > 3. However, this required a complex update process. I'm not 100% sure if this update process will succeed in all scenarios, but I think it should. Note, that first cronjobs fired after this update MAY take even 20 minutes to run.
This commit is contained in:
@ -24,5 +24,6 @@ class OkapiUrls
|
||||
'^cron5$' => 'cron5',
|
||||
'^devel/attrlist$' => 'devel/attrlist',
|
||||
'^devel/dbstruct$' => 'devel/dbstruct',
|
||||
'^devel/cronreport$' => 'devel/cronreport',
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user