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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/dial/constants.rb +2 -2
- data/lib/dial/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d140906db706056b927ec03e0891fd49acb866abbd805bfc5e4927533e14eee3
|
4
|
+
data.tar.gz: ab03d5bf38a85c860bf1e62d44a253095ea47255d12cbbafde945f4915f93352
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/dial/constants.rb
CHANGED
@@ -14,8 +14,8 @@ module Dial
|
|
14
14
|
|
15
15
|
FILE_STALE_SECONDS = 60 * 60
|
16
16
|
|
17
|
-
VERNIER_INTERVAL =
|
18
|
-
VERNIER_ALLOCATION_INTERVAL =
|
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
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.
|
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-
|
10
|
+
date: 2025-02-23 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: railties
|