Skip to content

Commit

Permalink
Fix: small error
Browse files Browse the repository at this point in the history
Signed-off-by: 0xflotus <0xflotus@gmail.com>
  • Loading branch information
0xflotus committed Oct 9, 2021
1 parent f82f5c4 commit dcdae72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/selecting-a-datastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Datastore for storing and accessing data in a [Cockroach DB](https://github.com/

Caveats:

- Setup and maintanence complexity of the Cockroach DB cluster
- Setup and maintenance complexity of the Cockroach DB cluster

### Running with CockroachDB datastore

Expand Down Expand Up @@ -119,4 +119,4 @@ Optional Parameters:
|---------------------------------------|-------------------------------------------------------------------------------------|----------------------------------------------|
| `datastore-revision-fuzzing-duration` | Sets a fuzzing window on all zookies/zedtokens | `--datastore-revision-fuzzing-duration=50ms` |
| `datastore-gc-window` | Sets the window outside of which overwritten relationships are no longer accessible | `--datastore-gc-window=1s` |
| `datastore-readonly` | Places the datastore into readonly mode | `--datastore-readonly=true` |
| `datastore-readonly` | Places the datastore into readonly mode | `--datastore-readonly=true` |

0 comments on commit dcdae72

Please sign in to comment.