Update rsyncd.js

This commit is contained in:
Mr Chen 2025-01-08 15:07:49 +08:00
parent 90d4fb245a
commit a67ad5a7db
1 changed files with 0 additions and 1 deletions

View File

@ -673,7 +673,6 @@ function addReceive(name = ""){
setTimeout(function(){rsyncdReceive();},2000);
} else {
layer.msg(rdata.msg,{icon:rdata.status?1:2,time:10000,shade: [0.3, '#000']});
setTimeout(function(){rsyncdReceive();},10000);
}
});
}