Skip to content

Commit

Permalink
Bug fix in receiver
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   Base/JackrabbitOliverTwist
  • Loading branch information
rapmd73 committed Mar 27, 2024
1 parent 2c5a562 commit 758d110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Base/JackrabbitOliverTwist
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def ReceiveOrphans(cl=None):
OrphanList[Orphan['Key']]=Orphan

OrphanMemory[Orphan['Key']]=JRRsupport.Locker(Orphan['Key'])
OrphanMemory[Orphan['Key']].Put(OliverTwistTimeout*OliverTwictCount,"Waiting")
OrphanMemory[Orphan['Key']].Put(OliverTwistTimeout*OliverTwistCount,"Waiting")

rc+=1
if rc>0:
Expand Down Expand Up @@ -388,6 +388,7 @@ def main():

while True:
ReceiveOrphans()

# Dynamic factor for memory timeouts
OliverTwistCount=len(OrphanList)

Expand Down

0 comments on commit 758d110

Please sign in to comment.