Eprint locking.pl
Revision as of 10:09, 28 January 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (Added page about config file)
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
eprint_locking.pl contains configuration relating to locking the eprint from being edit by other users, whilst it is currently being edit. It contains the following settings:
$c->{locking}->{eprint}->{enable}
- Enables locking of eprint records. Enabled by default.$c->{locking}->{eprint}->{timeout}
- Seconds of inactivity by the editing user before lock is released. Default is 3600 seconds = 1 hour.