Skip to content

Commit

Permalink
remove mention if litter collection interval from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Apr 21, 2024
1 parent cbd3dda commit d21df85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ Starting the server now yields more information.
```log
[2020-04-12T18:56:23Z INFO throttle] Hello From Throttle
[2020-04-12T18:56:23Z WARN throttle] No semaphores configured.
[2020-04-12T18:56:23Z INFO throttle::litter_collection] Start litter collection with interval: 300s
```

#### Toml configuration file
Expand All @@ -110,10 +109,6 @@ To actually serve semaphores, we need to configure their names and full count. B
```toml
# Sample throttle.cfg Explaining the options

# The time interval in which the litter collection backgroud thread checks for expired leases.
# Default is set to 5 minutes.
litter_collection_interval = "5min"

[semaphores]
# Specify name and full count of semaphores. Below line creates a semaphore named A with a full
# count of 42. Setting the count to 1 would create a Mutex.
Expand Down

0 comments on commit d21df85

Please sign in to comment.