queryLocks can be done at FsDs backend level

This commit is contained in:
Jaremy Creechley 2023-09-27 12:41:27 -07:00
parent d1f503fa96
commit 6a4e460e58
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 0 additions and 3 deletions

View File

@ -376,8 +376,5 @@ proc new*[DB](self: type ThreadDatastore,
success ThreadDatastore(
tp: tp,
backend: backend,
# TODO: are these needed anymore??
# withLocks: withLocks,
# queryLock: newAsyncLock(),
semaphore: AsyncSemaphore.new(tp.numThreads - 1)
)