dial 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60920a66ef5fc1cfba31a668f5b582c26d95a821b589bda396964a6946bb82bb
4
- data.tar.gz: de23202b1c41cc4be4e0f51c40904001fc573ce1894802c7c331fc99fa45ad47
3
+ metadata.gz: d140906db706056b927ec03e0891fd49acb866abbd805bfc5e4927533e14eee3
4
+ data.tar.gz: ab03d5bf38a85c860bf1e62d44a253095ea47255d12cbbafde945f4915f93352
5
5
  SHA512:
6
- metadata.gz: b5852b9db8040af2e14c082b38fe2a31dabcb9a6191db373eaee5f4fa18c45db8577b54309e41c3a065ef7aa5277262483f8cff72286c8ef554808eb083c4ab8
7
- data.tar.gz: 15616a0cb158f916b6e1d0b61fe1e3ca10ddfab848f87eb51d65edc9a986553f23a1e48487bbea991fbc28c8d934a60d3a229d5c3b69ae89100a827c94563d03
6
+ metadata.gz: f0d846156a1877b9638bb235bf2790d482ba8fd889d80867b53b9cf6bab2341c5718ea67a3cc62f8d6107896f9ae3a78e9afe90b2864845960a9b43a57e92c15
7
+ data.tar.gz: 2c585bd2817989298945b7c82ec426954a262f41e86c05e152f83076d5f8fdf7e14741f87f8864425ab2bb25a1b0bcd62baebac12e314231bf33f5b4210949e4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.1] - 2025-02-23
4
+
5
+ - Decrease default vernier allocation interval from 100k to 200
6
+ - Decrease default vernier interval from 500ms to 200ms
7
+
3
8
  ## [0.2.0] - 2025-02-22
4
9
 
5
10
  - Perf: Eagerly check content type to avoid profiling incompatible requests
@@ -14,8 +14,8 @@ module Dial
14
14
 
15
15
  FILE_STALE_SECONDS = 60 * 60
16
16
 
17
- VERNIER_INTERVAL = 500
18
- VERNIER_ALLOCATION_INTERVAL = 100_000
17
+ VERNIER_INTERVAL = 200
18
+ VERNIER_ALLOCATION_INTERVAL = 200
19
19
  VERNIER_PROFILE_OUT_RELATIVE_DIRNAME = "tmp/dial/profiles"
20
20
 
21
21
  PROSOPITE_IGNORE_QUERIES = [/schema_migrations/].freeze
data/lib/dial/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dial
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Young
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-22 00:00:00.000000000 Z
10
+ date: 2025-02-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: railties