forked from cerc-io/ipld-eth-server
worker pool for handling concurrent ipld putting and cid indexing without overloading Postgres connections
This commit is contained in:
@@ -73,7 +73,7 @@ func syncPublishScreenAndServe() {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
processor.ScreenAndServe(wg, forwardPayloadChan, forwardQuitChan)
|
||||
processor.ScreenAndServe(forwardPayloadChan, forwardQuitChan)
|
||||
|
||||
var ipcPath string
|
||||
ipcPath = viper.GetString("server.ipcPath")
|
||||
|
||||
Reference in New Issue
Block a user