diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-09 05:01:18 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-09 05:01:18 +0100 |
| commit | 22c272daa8cc73a1ef1eeec948319fbe8f3ae933 (patch) | |
| tree | 12aba97a4c79649df19864c0aec1793f2df4fe37 | |
| parent | 2649ad0bc86349fd30024e88060763d86d4c5fae (diff) | |
| download | rabbitmq-server-git-22c272daa8cc73a1ef1eeec948319fbe8f3ae933.tar.gz | |
tweak
| -rw-r--r-- | src/file_handle_cache.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_handle_cache.erl b/src/file_handle_cache.erl index e557dc5328..7c89b1d36e 100644 --- a/src/file_handle_cache.erl +++ b/src/file_handle_cache.erl @@ -86,7 +86,7 @@ %% Note that this data can go very out of date, by the client using %% the least recently used handle. %% -%% When the limit is reached (i.e. the number of open file handles is +%% When the limit is exceeded (i.e. the number of open file handles is %% at the limit and there are pending 'open' requests), the server %% calculates the average age of the last reported least recently used %% file handle of all the clients. It then tells all the clients to |
