mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-05 22:08:27 +00:00
Add a flag to unlock database after each API request
After the first API request, the database was locked as long as the API server is running. This prevents a user to also use the command-line client. This commit adds a new flag `-no-lock` that will close the database after each API request. Closes #234
This commit is contained in:
@@ -1658,6 +1658,10 @@ Options:
|
||||
\-\fBlisten\fR=:8080
|
||||
host:port for HTTP listening
|
||||
.
|
||||
.TP
|
||||
\-\fBno-lock\fR
|
||||
don't lock the database and allow one to still use the command-line client
|
||||
.
|
||||
.SH "RENDER GRAPH OF RELATIONSHIPS"
|
||||
\fBaptly\fR \fBgraph\fR
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user