mirror of
https://github.com/monero-project/monero.git
synced 2025-01-29 22:33:25 -05:00
8b3539bc11
A boost lock is used to determine whether more than one process wants to access the database. The boost file_lock doesn't seem to like locking directories, so we use an arbitrary file in it. This allows to still run two daemons if they have different database directories (ie, LMDB/BDB, different data directories).