Skip to content

Commit

Permalink
Fix exchange config files (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Mar 1, 2022
1 parent 8e14f70 commit 81e30e3
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -116,11 +116,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
pswd: nebula
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
memory:1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -136,11 +136,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -154,11 +154,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
pswd: nebula
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand Down Expand Up @@ -195,11 +195,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
pswd: nebula
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
memory:1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -164,11 +164,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -113,11 +113,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
pswd: nebula
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -116,11 +116,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
pswd: nebula
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -156,11 +156,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
pswd: nebula
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
memory:1G
}
cores:{
cores: {
max: 16
}
}
Expand All @@ -142,12 +142,12 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
pswd: nebula
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
memory:1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -132,11 +132,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
memory:1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -132,11 +132,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -111,11 +111,11 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
# Fill in the name of the graph space you want to write data to in the Nebula Graph.
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
}
# The connection parameters of clients
connection {
connection: {
# The timeout duration of socket connection and execution. Unit: milliseconds.
timeout: 30000
}
Expand Down

0 comments on commit 81e30e3

Please sign in to comment.