We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c75e4 commit 46a679aCopy full SHA for 46a679a
1 file changed
sharedMemoryAPI.py
@@ -140,7 +140,7 @@ def __infoUpdate(self):
140
re_version_update = 0 # store restarted data version update
141
mmap_restarted = True # whether has restarted memory mapping
142
check_counter = 0 # counter for data version update check
143
- restore_counter = 0 # counter for restoring mmap data to default
+ restore_counter = 71 # counter for restoring mmap data to default
144
145
while self.data_updating:
146
data_scor = copy.deepcopy(self.Rf2Scor) # use deepcopy to avoid data interruption
0 commit comments