catalyst / moodle-tool_lockstats

Moodle cron / task API lock statistics admin tool
https://moodle.org/plugins/tool_lockstats
6 stars 13 forks source link

Make $CFG->proxied_lock_factory optional #53

Closed brendanheywood closed 5 years ago

brendanheywood commented 5 years ago

If it is not specified then use what core would have chosen as the default

brendanheywood commented 5 years ago

Ah we get this for free already via:

$CFG->proxied_lock_factory = "auto";