Skip to content

Commit

Permalink
CHANGELOG: update for #11980 , #11986 , #11987 .
Browse files Browse the repository at this point in the history
  • Loading branch information
cfc4n committed Jun 20, 2020
1 parent d8c8f90 commit 10cdabe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- Improve logging around snapshot send and receive.
- [Push down RangeOptions.limit argv into index tree to reduce memory overhead](https://github.com/etcd-io/etcd/pull/11990).
- Add [reason field for /health response](https://github.com/etcd-io/etcd/pull/11983).
- Add [etcd --auth-token-ttl](https://github.com/etcd-io/etcd/pull/11980) flag to customize `simpleTokenTTL` settings.
- Improve [runtime.FDUsage objects malloc of Memory Usage and CPU Usage](https://github.com/etcd-io/etcd/pull/11986).
- Improve [mvcc.watchResponse channel Memory Usage](https://github.com/etcd-io/etcd/pull/11987).

### Package `embed`

Expand Down
5 changes: 5 additions & 0 deletions Documentation/op-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,11 @@ Follow the instructions when using these flags.
+ default: 10
+ env variable: (not supported)

### --auth-token-ttl
+ Time (in seconds) of the auth-token-ttl. Support `--auth-token=simple` model only.
+ default: 300
+ env variable: (not supported)

## Experimental flags

### --experimental-corrupt-check-time
Expand Down

0 comments on commit 10cdabe

Please sign in to comment.