Skip to content

Commit

Permalink
Update transcript output
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Feb 5, 2025
1 parent 9516179 commit c8d360d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [`UNISON_SHARE_ACCESS_TOKEN`](#unison_share_access_token)
- [`UNISON_READONLY`](#unison_readonly)
- [`UNISON_ENTITY_VALIDATION`](#unison_entity_validation)
- [`UNISON_SYNC_VERSION`](#unison_sync_version)
- [Local Codebase Server](#local-codebase-server)
- [Codebase Configuration](#codebase-configuration)

Expand Down Expand Up @@ -116,6 +117,14 @@ Defaults to enabled.
$ UNISON_ENTITY_VALIDATION="false" ucm
```

### `UNISON_SYNC_VERSION`

Allows enabling the experimental Sync Version 2 protocol when downloading code from Share.

``` sh
$ UNISON_ENTITY_VALIDATION="2" ucm
```

### `UNISON_PULL_WORKERS`

Allows setting the number of workers to use when pulling from a codebase server.
Expand Down

0 comments on commit c8d360d

Please sign in to comment.