Skip to content

Commit

Permalink
Added note about performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereuxofficial committed Nov 17, 2023
1 parent bb95aff commit 425beb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,16 @@ cd infra
terraform apply
```

### Deplying to cluster
### Deploying to cluster
```bash
gcloud container clusters get-credentials mcloudtt-dev-cluster --region REGION --project PROJECT_ID
kubectl create -f mcloudtt_manifest.yml
```

## Performance
Performance currently is suboptimal. This is because all channels are behind a global Mutex.
- [ ] Stop the reliance on global locks either via per-channel Locks or sharding

## License
This project uses the `webpki` and `ring` crates by Brian Smith. For them the following license applies:

Expand Down

0 comments on commit 425beb6

Please sign in to comment.