diff --git a/config-dist.php b/config-dist.php index 4338d7e1694..c91ccb13dff 100644 --- a/config-dist.php +++ b/config-dist.php @@ -507,7 +507,7 @@ $CFG->admin = 'admin'; // Uses lock files stored by default in the dataroot. Whether this // works on clusters depends on the file system used for the dataroot. // -// "\\core\\lock\\db_row_lock_factory" - DB locking based on table rows. +// "\\core\\lock\\db_record_lock_factory" - DB locking based on table rows. // // "\\core\\lock\\postgres_lock_factory" - DB locking based on postgres advisory locks. //