This commit is contained in:
Jaremy Creechley 2023-09-26 20:47:43 -07:00
parent 064a5851d1
commit 10bee6885d
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -376,6 +376,7 @@ 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)