summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-03-08 16:25:43 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-03-08 16:25:43 +0000
commit39db9d66cc5ec7390df89fd815939dd96d0ae903 (patch)
tree6fdadba9a6d659bb4f6a7924cc3e00db18beb4c4
parent4dfbd8dc307d9fe76b7df03bfc101a55faa09837 (diff)
downloadrabbitmq-server-bug23520.tar.gz
Pin the URL comment.bug23520
-rw-r--r--src/file_handle_cache.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_handle_cache.erl b/src/file_handle_cache.erl
index 304f9335..b26bb988 100644
--- a/src/file_handle_cache.erl
+++ b/src/file_handle_cache.erl
@@ -1187,7 +1187,7 @@ ulimit() ->
case os:type() of
{win32, _OsName} ->
%% On Windows max_fds is twice the number of open files:
- %% https://github.com/yrashk/erlang/blob/master/erts/emulator/sys/win32/sys.c#L2463-2466
+ %% https://github.com/yrashk/erlang/blob/e1282325ed75e52a98d5/erts/emulator/sys/win32/sys.c#L2459-2466
MaxFds div 2;
_Any ->
%% For other operating systems trust Erlang.