remove check for wait since it is defined by default now and add it to loading auths...
authorRogan Hamby <rhamby@esilibrary.com>
Tue, 16 Jan 2018 22:08:15 +0000 (17:08 -0500)
committerRogan Hamby <rhamby@esilibrary.com>
Tue, 16 Jan 2018 22:08:15 +0000 (17:08 -0500)
eg_staged_bib_overlay

index 4df0cde..5ab56b3 100755 (executable)
@@ -404,7 +404,7 @@ sub handle_load_bibs {
             )
         });
         $dbh->commit;
-        sleep $wait if ($wait);
+        sleep $wait;
     }
 }
 
@@ -594,6 +594,7 @@ sub handle_load_new_auths {
             )
         });
         $dbh->commit;
+        sleep $wait;
     }
 }