Skip to content

Commit

Permalink
Trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jul 25, 2019
1 parent ca8e092 commit ddbcb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/http/persistent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class Net::HTTP::Persistent
##
# The default connection pool size is 1/4 the allowed open files.

if Gem.win_platform? then
if Gem.win_platform? then
DEFAULT_POOL_SIZE = 256
else
DEFAULT_POOL_SIZE = Process.getrlimit(Process::RLIMIT_NOFILE).first / 4
Expand Down

0 comments on commit ddbcb05

Please sign in to comment.