Get write connection for vacuum

pull/9643/head
Bond_009 1 year ago
parent 33f97045f9
commit 8dba3a44fd

@ -124,7 +124,7 @@ namespace Emby.Server.Implementations.Data
ReadConnections = new ConnectionPool(ReadConnectionsCount, CreateReadConnection);
// Configuration and pragmas can affect VACUUM so it needs to be last.
using (var connection = GetConnection(true))
using (var connection = GetConnection())
{
connection.Execute("VACUUM");
}

Loading…
Cancel
Save