forked from GNUsocial/gnu-social
some fixes from on the jabber server
darcs-hash:20080830083502-5b646-d6a66157d86ca84cfa6cf6280bb2eb17bc20e02d.gz
This commit is contained in:
@@ -87,8 +87,8 @@ class QueueHandler {
|
||||
$start = microtime();
|
||||
$this->idle();
|
||||
$used = microtime() - $start;
|
||||
if ($used < 3000000) {
|
||||
usleep(3000000 - $used);
|
||||
if ($used < 1000000) {
|
||||
usleep(1000000 - $used);
|
||||
}
|
||||
}
|
||||
} while (true);
|
||||
|
Reference in New Issue
Block a user