1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-04 18:56:18 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Jiaqiang Xu
40c6706acc Fix SQLite "database is locked" problem.
Need to use shared cache mode to open db connections.
Also use "unlock_notify" API instead of timed retry.
2016-10-29 15:07:20 +08:00
Jiaqiang Xu
2fc372b082 Replace sqlite_unlock_notify with timed retry. 2016-08-27 13:50:22 +08:00
Jiaqiang Xu
f52ffdfb23 Add connection pool for db. 2016-08-20 15:29:51 +08:00
Jiaqiang Xu
2643119433 Initial commit of Seafile server core. 2016-08-19 13:54:16 +08:00