git commit -a -m add additional considtion on checking if DictionaryUpdater has crash 2, a=chris

Chris Pollett [2022-08-10 07:Aug:th]
git commit -a -m add additional considtion on checking if DictionaryUpdater has crash 2, a=chris
Filename
src/executables/QueueServer.php
diff --git a/src/executables/QueueServer.php b/src/executables/QueueServer.php
index 778139040..84ff05e4a 100644
--- a/src/executables/QueueServer.php
+++ b/src/executables/QueueServer.php
@@ -1312,7 +1312,7 @@ class QueueServer implements CrawlConstants
                 $this->crawl_time;
         }
         $this->last_next_partition_to_add = -1;
-        $this->start_dictionary_time = -1
+        $this->start_dictionary_time = -1;
         $archive_exists = false;
         if (file_exists($dir)) {
             $archive_info = $class_name::getArchiveInfo($dir);
ViewGit