rookout 0.1.50 → 0.1.51

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72f208b3a47ef61e59b2123afe3e666a2f3efa8295ddec10950e221e5547770a
4
- data.tar.gz: 216a478be4998de21db6b2df156123d6cde587a54369914d93ba2f3ef8f9b5a7
3
+ metadata.gz: b71e6bd18d01e029f8cf4af94972d381ba85e009c585faaefa68bc3a92a02760
4
+ data.tar.gz: 271feda072ee3e05830a9546c75c55c2c6972f61bc9adefd2391d53ffc39d533
5
5
  SHA512:
6
- metadata.gz: c9c2e1c91cba199a499fb360f519dcce9081f9c5693cf9919aaff369cd2389534900be7b580e03a3b9ef24e91394db0eec9d25e3968163de87a9390aec288392
7
- data.tar.gz: 476c8d023ae8e04214693c3b929d0dae31bcf364cf23cc443bf3aab2c29bd05f08db4646a366cb54b4b5208d188df22024886bd35421849c73e331db720eb960
6
+ metadata.gz: e0d3e4756e6ffeae753cb793b192ddaf14cb23bfce6e3e9ffb1685a88f12afb03fb2fc4dbc7cc3d419f03d34c288166da3b18baa01ce402bcc694f261605ce28
7
+ data.tar.gz: 72f0f299569c7b88de968c91b35df48248bb9430c8c1166db662e305ab069c80f7d85366815f05d8ad15f35c1daea5fd5e51ae777202e2f4a3a4019174f0a515
@@ -1,3 +1,3 @@
1
1
  module Rookout
2
- COMMIT = "9f3ecb29fbadc0c8f66233c9c44be100a912e577".freeze
2
+ COMMIT = "4b7d93d4ac54fdb125814b01e8e56e183b42a581".freeze
3
3
  end
@@ -34,7 +34,7 @@ module Rookout
34
34
  Rookout::Config.agent_com_ping_interval = 10
35
35
  Rookout::Config.agent_com_ping_timeout = 30
36
36
  Rookout::Config.agent_com_flush_timeout = 3
37
- Rookout::Config.agent_com_max_queued_messages = 100
37
+ Rookout::Config.agent_com_max_queued_messages = 1000
38
38
 
39
39
  attr_accessor :backoff_factor
40
40
  attr_accessor :backoff_reset_time
@@ -50,9 +50,9 @@ module Rookout
50
50
  attr_accessor :output_bucket_refresh_rate
51
51
 
52
52
  Rookout::Config.output_max_status_updates = 200
53
- Rookout::Config.output_max_aug_messages = 100
53
+ Rookout::Config.output_max_aug_messages = 1000
54
54
  Rookout::Config.output_max_log_items = 200
55
- Rookout::Config.output_bucket_refresh_rate = 10
55
+ Rookout::Config.output_bucket_refresh_rate = 5
56
56
 
57
57
  attr_accessor :instrumentation_max_aug_time
58
58
 
@@ -1,3 +1,3 @@
1
1
  module Rookout
2
- VERSION = "0.1.50".freeze
2
+ VERSION = "0.1.51".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rookout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.50
4
+ version: 0.1.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liran Haimovitch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-09 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: binding_of_caller