* Added a call to Network->check_bonds() to be called while non-Striker machines wait to connect to a database.

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 4 years ago
parent 47c749a951
commit 1e7847d4dd
  1. 1
      tools/anvil-daemon

@ -125,6 +125,7 @@ if (not $anvil->data->{sys}{database}{connections})
sleep 10;
$anvil->refresh();
$anvil->Network->check_bonds({heal => "all"});
$anvil->Database->connect({check_if_configured => 1, check_for_resync => 1});
$anvil->Log->entry({source => $THIS_FILE, line => __LINE__, level => 3, key => "log_0132"});
if (not $anvil->data->{sys}{database}{connections})

Loading…
Cancel
Save