Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
bb25486a
Commit
bb25486a
authored
5 years ago
by
Akshay Bharambe
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Disabled graph db host added as instance
parent
27b7491b
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!180
Mep release 07042020
,
!177
Fix: Disabled graph db host added as instance
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dalmdl/dgraph/dgraph.go
+4
-0
dalmdl/dgraph/dgraph.go
with
4 additions
and
0 deletions
dalmdl/dgraph/dgraph.go
+
4
−
0
View file @
bb25486a
...
...
@@ -98,6 +98,10 @@ func InitInstances(configs []Host) error {
instances
=
make
(
map
[
string
]
*
Instance
,
len
(
configs
))
for
_
,
host
:=
range
configs
{
if
host
.
IsDisabled
{
continue
}
client
,
err
:=
NewClient
(
host
)
if
err
!=
nil
{
return
err
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets