X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0040a5a5b2e82f20641278584ecae835c1c537d3..83f085a0c405695d9840a0542eb9746e7b5d3f6f:/services/ws/pg.go diff --git a/services/ws/pg.go b/services/ws/pg.go index 8d5c604088..e766f6c6b9 100644 --- a/services/ws/pg.go +++ b/services/ws/pg.go @@ -28,7 +28,7 @@ func (c pgConfig) ConnectionString() string { type pgEventSource struct { DataSource string - QueueSize int + QueueSize int pqListener *pq.Listener sinks map[*pgEventSink]bool