Skip to content

Commit

Permalink
fix broken WatermarkPool link in doc, also add *.pyc to .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Bing Wei <[email protected]>

RB_ID=561874
  • Loading branch information
xudifsd authored and jenkins committed Feb 23, 2015
1 parent 6ea0bc2 commit cce4c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ out/
.DS_Store
sbt-launch-0.7.5.jar
sbt-launch.jar
*.pyc
2 changes: 1 addition & 1 deletion doc/src/sphinx/Clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Pooling

Finagle provides a generic pool that maintains a collection of
service instances. Each endpoint the client connects to has an independent
pool with high and low watermarks. The :src:`WatermarkPool <com/twitter/finagle/pool/WaterMarkPool.scala>` keeps
pool with high and low watermarks. The :src:`WatermarkPool <com/twitter/finagle/pool/WatermarkPool.scala>` keeps
persistent services up to the lower bound. It will keep making new services up
to upper bound if you checkout more than lower bound services, but when
you release those services above the lower bound, it immediately tries
Expand Down

0 comments on commit cce4c90

Please sign in to comment.