mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
optimize top btn
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user