Commit d3a2bf1a authored by project's avatar project

--no commit message

--no commit message
parent c2ef92f9
...@@ -122,7 +122,7 @@ router.get('/:id/objects',function (req, res) { ...@@ -122,7 +122,7 @@ router.get('/:id/objects',function (req, res) {
res.write(dataout); res.write(dataout);
counter+=dataout.length; counter+=dataout.length;
if(counter>1000000){ if(counter>1000000){
res.flush(); //res.flush();
counter=0; counter=0;
} }
if(limit>0 && idx>=from_seq+limit){ if(limit>0 && idx>=from_seq+limit){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment