optimize top btn

This commit is contained in:
OttoMao
2015-08-07 14:27:57 +08:00
parent 39ae0f4648
commit ae070c90ab
11 changed files with 214 additions and 71 deletions

View File

@@ -38,7 +38,7 @@ function webInterface(config){
});
app.get("/lastestLog",function(req,res){
recorder.getRecords(null,60,function(err,docs){
recorder.getRecords(null,120,function(err,docs){
if(err){
res.end(err.toString());
}else{