Skip to content

Commit 4bdffd3

Browse files
Update servers.adoc
1 parent 4c47c6c commit 4bdffd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ROOT/pages/clustering/servers.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,15 +465,13 @@ Input provided to `SET OPTIONS {...}` replaces **all** existing options, rather
465465
466466
Any previously set values must be specified every time you run the `ALTER SERVER` command; otherwise they will be overwritten to defaults taken from the settings `initial.server.mode_constraint`, `initial.server.allowed_databases`, `initial.server.denied_databases`, and/or `initial.server.tags`.
467467
468-
For instance, first you run the statement:
468+
For instance, you run two statements one after the other:
469469
470470
[source,cypher]
471471
----
472472
ALTER SERVER '25a7efc7-d063-44b8-bdee-f23357f89f01' SET OPTIONS {modeConstraint:'SECONDARY'};
473473
----
474474
475-
Later you run:
476-
477475
[source,cypher]
478476
----
479477
ALTER SERVER '25a7efc7-d063-44b8-bdee-f23357f89f01' SET OPTIONS {allowedDatabases:['foo']};

0 commit comments

Comments
 (0)