diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-09 13:13:38 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-09 13:13:38 +0100 |
| commit | 74b2cdbcf64254ee60c2c7f8af92495d1c890fb2 (patch) | |
| tree | bb0bc52a528383c0bd1c315bf5d2bbdb145d49c3 | |
| parent | 8a4a6f2bf3c3602d57da95e5a6a9e8fc30fa42e7 (diff) | |
| download | rabbitmq-server-git-74b2cdbcf64254ee60c2c7f8af92495d1c890fb2.tar.gz | |
tweak
| -rw-r--r-- | src/file_handle_cache.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/file_handle_cache.erl b/src/file_handle_cache.erl index 565e35d66e..d2830a25ca 100644 --- a/src/file_handle_cache.erl +++ b/src/file_handle_cache.erl @@ -62,9 +62,9 @@ %% 5) You can find out what the offset was when you last sync'd. %% %% There is also a server component which serves to limit the number -%% of open file handles. This is a hard limit: the server component -%% will ensure that clients do not have more file descriptors open -%% than it's configured to allow. +%% of open file descriptors. This is a hard limit: the server +%% component will ensure that clients do not have more file +%% descriptors open than it's configured to allow. %% %% On open, the client requests permission from the server to open the %% required number of file handles. The server may ask the client to |
