Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenraven committed Oct 23, 2014
1 parent 60a4b50 commit 3c2dd0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ gorouter
When gorouter starts, it sends `router.start`. This message contains an
interval that other components should then send `router.register` on. If they
do not send a `router.register` for an amount of time considered "stale" by the
router, the routes are pruned. The default "staleness" is 2 minutes.
router, the routes are pruned. The default "staleness" is 2 minutes. The staleness
field (minimumRegisterIntervalInSeconds) is guaranteed to be an integer value.

The format of this message is as follows:

Expand Down

0 comments on commit 3c2dd0e

Please sign in to comment.