0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 23:44:50 +01:00
gitea/modules/nosql
zeripath 4697735c8d
Adjust error for already locked db and prevent level db lock on malformed connstr (#18923)
This PR adjusts the error returned when there is failure to lock the level db, and
permits a connections to the same leveldb where there is a different connection string.

Reference #18921
Reference #18917

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-27 19:45:06 +00:00
..
leveldb.go
manager.go
manager_leveldb.go Adjust error for already locked db and prevent level db lock on malformed connstr (#18923) 2022-02-27 19:45:06 +00:00
manager_redis.go
redis.go
redis_test.go