From 10bee6885d45534003bf1b3da5645e1681707acb Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Tue, 26 Sep 2023 20:47:43 -0700 Subject: [PATCH] docs --- datastore/threads/threadproxyds.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/datastore/threads/threadproxyds.nim b/datastore/threads/threadproxyds.nim index ef64015..772dc72 100644 --- a/datastore/threads/threadproxyds.nim +++ b/datastore/threads/threadproxyds.nim @@ -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)