From 6a4e460e58002448286830c1b544b1e3270fcd3d Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 27 Sep 2023 12:41:27 -0700 Subject: [PATCH] queryLocks can be done at FsDs backend level --- datastore/threads/threadproxyds.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/datastore/threads/threadproxyds.nim b/datastore/threads/threadproxyds.nim index 772dc72..dcc1680 100644 --- a/datastore/threads/threadproxyds.nim +++ b/datastore/threads/threadproxyds.nim @@ -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) )