worker pool for handling concurrent ipld putting and cid indexing without overloading Postgres connections

This commit is contained in:
Ian Norden
2019-12-02 13:24:58 -06:00
parent 3fa33fb767
commit f2efbb5d01
5 changed files with 78 additions and 52 deletions
+1 -1
View File
@@ -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")