Abhishek Munie

Results 4 issues of Abhishek Munie

Using cachelicious connect middleware with express second request for every file gets stuck, while first and others work fine.

Updates to support done(), which releases client back to pool in new node-postgres. https://github.com/brianc/node-postgres#client-pooling ``` javascript var pg = require('pg'); var conString = "postgres://postgres:1234@localhost/postgres"; pg.connect(conString, function(err, client, done) { if(err)...

- adds Dockerfile to build ubuntu:16.04 based image with packages needed to build the repo. - update README

### Description Some filesystem-based storage solutions used for writing registry data exhibit poor performance when handling numerous small writes. These systems typically require data to be buffered and written in...