sappho-heatmiser-proxy 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ module Sappho
20
20
  Sappho::ApplicationAutoFlushLog.instance.info "#{NAME} version #{VERSION} - #{HOMEPAGE}"
21
21
  port = SystemConfiguration.instance.heatmiserPort
22
22
  maxClients = SystemConfiguration.instance.maxClients
23
- server = Sappho::Socket::SafeServer.new('heatmiser proxy', port, maxClients)
23
+ server = Sappho::Socket::SafeServer.new('heatmiser proxy', port, maxClients, 8)
24
24
  server.serve do
25
25
  | socket, ip | HeatmiserClient.new(socket, ip).communicate
26
26
  end
@@ -7,7 +7,7 @@ module Sappho
7
7
  module Heatmiser
8
8
  module Proxy
9
9
  NAME = 'sappho-heatmiser-proxy'
10
- VERSION = '0.1.5'
10
+ VERSION = '0.1.6'
11
11
  AUTHORS = ['Andrew Heald']
12
12
  EMAILS = ['andrew@heald.co.uk']
13
13
  HOMEPAGE = 'https://github.com/sappho/sappho-heatmiser-proxy/wiki'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sappho-heatmiser-proxy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Heald
@@ -42,12 +42,12 @@ dependencies:
42
42
  requirements:
43
43
  - - ">="
44
44
  - !ruby/object:Gem::Version
45
- hash: 29
45
+ hash: 19
46
46
  segments:
47
47
  - 0
48
48
  - 1
49
- - 3
50
- version: 0.1.3
49
+ - 4
50
+ version: 0.1.4
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
53
  description: See the project home page for more information