Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Oct 11, 2024
1 parent ca9d487 commit f9f6364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ The `serve` command supports the following flags:
| `--cleanup-interval` | Specifies how often the server should check for and clean up inactive or dead nodes. | `15s` |
| `--database` | Specify a custom database file for storing the license and node data. | `./relay.sqlite` |

E.g. to start the server on port `6349`, with a 30 second node TTL and FIFO
E.g. to start the server on port `8080`, with a 30 second node TTL and FIFO
distribution strategy:

```bash
./bin/relay serve --port 6349 --ttl 30s --strategy fifo
relay serve --port 8080 --ttl 30s --strategy fifo
```

### API
Expand Down

0 comments on commit f9f6364

Please sign in to comment.