Skip to content

Commit 46a679a

Browse files
committed
set default counter status
1 parent c7c75e4 commit 46a679a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sharedMemoryAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def __infoUpdate(self):
140140
re_version_update = 0 # store restarted data version update
141141
mmap_restarted = True # whether has restarted memory mapping
142142
check_counter = 0 # counter for data version update check
143-
restore_counter = 0 # counter for restoring mmap data to default
143+
restore_counter = 71 # counter for restoring mmap data to default
144144

145145
while self.data_updating:
146146
data_scor = copy.deepcopy(self.Rf2Scor) # use deepcopy to avoid data interruption

0 commit comments

Comments
 (0)