force timeout prc option
This commit is contained in:
parent
786212feaa
commit
a95957c424
|
|
@ -72,7 +72,7 @@ class AsyncRequest(DirectObject):
|
|||
self.replyToChannelId=replyToChannelId
|
||||
self.neededObjects={}
|
||||
if __debug__:
|
||||
if ForceTimeout > 0.0001:
|
||||
if ForceTimeout >= 0.0:
|
||||
timeout = ForceTimeout
|
||||
self.timeoutTask=taskMgr.doMethodLater(
|
||||
timeout, self.timeout, "AsyncRequestTimer-%s"%(id(self,)))
|
||||
|
|
|
|||
Loading…
Reference in New Issue