Skip to content

Commit

Permalink
fix gremlin timeout config
Browse files Browse the repository at this point in the history
  • Loading branch information
z7658329 committed Nov 27, 2022
1 parent 5545e4a commit e0dd18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ host: 127.0.0.1
port: 8182

# timeout in ms of gremlin query
scriptEvaluationTimeout: 30000
evaluationTimeout: 30000

# If you want to start gremlin-server for gremlin-console(web-socket),
# please change `HttpChannelizer` to `WebSocketChannelizer` or comment this line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ host: 127.0.0.1
port: 8183

# timeout in ms of gremlin query
scriptEvaluationTimeout: 30000
evaluationTimeout: 30000

# If you want to start gremlin-server for gremlin-console(web-socket),
# please change `HttpChannelizer` to `WebSocketChannelizer` or comment this line.
Expand Down

0 comments on commit e0dd18a

Please sign in to comment.