File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1407,7 +1407,7 @@ logLevel: warn
14071407
14081408 let persistence = ConfigPersistence :: new (
14091409 config_path. clone ( ) ,
1410- Arc :: new ( instances_map) ,
1410+ InstanceRegistry :: from_map ( instances_map) ,
14111411 "127.0.0.1" . to_string ( ) ,
14121412 8080 ,
14131413 "info" . to_string ( ) ,
@@ -1472,7 +1472,7 @@ logLevel: warn
14721472
14731473 let persistence = ConfigPersistence :: new (
14741474 config_path. clone ( ) ,
1475- Arc :: new ( instances_map) ,
1475+ InstanceRegistry :: from_map ( instances_map) ,
14761476 "127.0.0.1" . to_string ( ) ,
14771477 8080 ,
14781478 "info" . to_string ( ) ,
@@ -1533,7 +1533,7 @@ logLevel: warn
15331533
15341534 let persistence = ConfigPersistence :: new (
15351535 config_path. clone ( ) ,
1536- Arc :: new ( instances_map) ,
1536+ InstanceRegistry :: from_map ( instances_map) ,
15371537 "127.0.0.1" . to_string ( ) ,
15381538 8080 ,
15391539 "info" . to_string ( ) ,
@@ -1614,7 +1614,7 @@ logLevel: warn
16141614
16151615 let persistence = ConfigPersistence :: new (
16161616 config_path. clone ( ) ,
1617- Arc :: new ( instances_map) ,
1617+ InstanceRegistry :: from_map ( instances_map) ,
16181618 "127.0.0.1" . to_string ( ) ,
16191619 8080 ,
16201620 "info" . to_string ( ) ,
You can’t perform that action at this time.
0 commit comments