dont break out of semaphore block every 60 sec as in the past
This commit is contained in:
@@ -135,8 +135,6 @@ int CASG::block ( double timeout )
|
||||
break;
|
||||
}
|
||||
|
||||
remaining = min ( 60.0, remaining );
|
||||
|
||||
/*
|
||||
* wait for asynch notification
|
||||
*/
|
||||
|
||||
@@ -662,7 +662,6 @@ int cac::pendPrivate (double timeout, int early)
|
||||
}
|
||||
else{
|
||||
remaining = timeout - delay;
|
||||
remaining = min ( 60.0, remaining );
|
||||
|
||||
/*
|
||||
* If we are not waiting for any significant delay
|
||||
|
||||
Reference in New Issue
Block a user