disable rman for blobs

This commit is contained in:
Agnish Ghosh 2024-08-19 02:58:50 +05:30
parent 80b3e70673
commit 9ed7a193cd
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ proc start*(rman: var RequestManager) =
## Start Request Manager's loops.
rman.blockLoopFuture = rman.requestManagerBlockLoop()
rman.dataColumnLoopFuture = rman.requestManagerDataColumnLoop()
rman.blobLoopFuture = rman.requestManagerBlobLoop()
# rman.blobLoopFuture = rman.requestManagerBlobLoop()
proc stop*(rman: RequestManager) =