disable rman for blobs
This commit is contained in:
parent
80b3e70673
commit
9ed7a193cd
|
@ -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) =
|
||||
|
|
Loading…
Reference in New Issue