mirror of https://github.com/BOINC/boinc.git
Lessen the load from bugs in third party scripts that continuously look up non-existant users.
svn path=/trunk/boinc/; revision=5953
This commit is contained in:
parent
0223fb3a22
commit
53fe1e1ed2
|
@ -9,6 +9,7 @@
|
|||
|
||||
$user = lookup_user_id($userid);
|
||||
if (!$user) {
|
||||
sleep(5);
|
||||
error_page("No such user");
|
||||
}
|
||||
show_user_wap($user);
|
||||
|
|
Loading…
Reference in New Issue