mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove set lock_timeout
This commit is contained in:
parent
f1c4f3be3b
commit
5b7d1bba93
1 changed files with 0 additions and 1 deletions
|
|
@ -1335,7 +1335,6 @@ export const batchUpdateLibraryItems = async (
|
|||
await authTrx(
|
||||
async (tx) => {
|
||||
const libraryItemIds = await getLibraryItemIds(userId, tx, true)
|
||||
await tx.query(`SET lock_timeout = 10000; -- 10 seconds`)
|
||||
await tx.getRepository(LibraryItem).update(libraryItemIds, values)
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue