diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2011-03-08 16:25:43 +0000 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2011-03-08 16:25:43 +0000 |
commit | 39db9d66cc5ec7390df89fd815939dd96d0ae903 (patch) | |
tree | 6fdadba9a6d659bb4f6a7924cc3e00db18beb4c4 /src/file_handle_cache.erl | |
parent | 4dfbd8dc307d9fe76b7df03bfc101a55faa09837 (diff) | |
download | rabbitmq-server-39db9d66cc5ec7390df89fd815939dd96d0ae903.tar.gz |
Pin the URL comment.bug23520
Diffstat (limited to 'src/file_handle_cache.erl')
-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 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. |