Skip to content

Commit

Permalink
Bug fix for Oliver Twist
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 b81c0f7 commit 2c5a562
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Base/JackrabbitOliverTwist
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,13 @@ def main():
ReceiveOrphans('Conditional')

while True:
ReceiveOrphans()
# Dynamic factor for memory timeouts
OliverTwistCount=len(OrphanList)

# Deleted will break the system otherwise.
keyList=list(OrphanList.keys())
for cur in keyList:
ReceiveOrphans()

# Process each order

ProcessChild(OrphanList[cur])
Expand All @@ -404,6 +403,8 @@ def main():

# Only allow "NumberProcesses" children to run as once.

ReceiveOrphans()

while interceptor.GetChildren()>(NumberProcesses-1):
JRRsupport.ElasticSleep(1)

Expand Down

0 comments on commit 2c5a562

Please sign in to comment.