Eprint locking.pl

From EPrints Documentation
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Back to cfg.d

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.