Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/63'
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmyers9 committed Oct 28, 2014
2 parents 60a4b50 + 3c2dd0e commit 45ca951
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 45ca951

Please sign in to comment.