Skip to content

Commit

Permalink
[#610] fix(docs): fix the format of gravitino server configuration to…
Browse files Browse the repository at this point in the history
… table in markdown (#611)

### What changes were proposed in this pull request?

fix the format of gravitino server configuration to table in markdown

### Why are the changes needed?
table format is broken by #579 


Fix: #610 

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
existing UTs
  • Loading branch information
FANNG1 authored Oct 26, 2023
1 parent 9f79850 commit 855c5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/gravitino-server-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The following table lists the configuration items in the `gravitino.conf` file.
### Server configuration

| Configuration item | Description | Default value | Since version |
|------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|---------------|
| `gravitino.server.webserver.host` | The host of Gravitino server. | `0.0.0.0` | 0.1.0 |
| `gravitino.server.webserver.httpPort` | The port on which the Gravitino server listens for incoming connections. | `8090` | 0.1.0 |
| `gravitino.server.webserver.minThreads` | The number of min threads in the thread pool which is used by Jetty webserver. `minThreads` will be adjusted to 8 if the value is less than 8. | `Math.max(Math.min(Runtime.getRuntime().availableProcessors() * 2, 100), 8)` | 0.2.0 |
Expand Down

0 comments on commit 855c5dd

Please sign in to comment.