Skip to content

Commit

Permalink
Update remote_service.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Dec 25, 2024
1 parent 07cbfe2 commit 71f0a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/include/remote_service.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function do_submit($remote_site,$remote_user){
//40s once
break;
}
usleep(1500);
usleep(150000); //150ms
}
}
function do_result_one($remote_site,$sid,$rid){
Expand Down

0 comments on commit 71f0a7f

Please sign in to comment.