Increased the sleep to prevent SQL server overload

pull/1/head
Philipp Dunkel 15 years ago
parent 19b6f8692b
commit 5ee35e07c2

@ -720,7 +720,7 @@
$found = 1;
break;
}
sleep(2);
sleep(3);
}
if(!$found)

Loading…
Cancel
Save