From d2aaae9be66b7c060a35892b57527fd0e2493a19 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 15 Jun 2000 17:47:57 +0000 Subject: [PATCH] dont break out of semaphore block every 60 sec as in the past --- src/ca/CASG.cpp | 2 -- src/ca/cac.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/src/ca/CASG.cpp b/src/ca/CASG.cpp index 6a5a777e5..6325fa74a 100644 --- a/src/ca/CASG.cpp +++ b/src/ca/CASG.cpp @@ -135,8 +135,6 @@ int CASG::block ( double timeout ) break; } - remaining = min ( 60.0, remaining ); - /* * wait for asynch notification */ diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index dd8b13059..23b1befca 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -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